Log event information. More...
Instance Methods | |
| (void) | - deserializePropertiesWithKey:valueJson: |
| Deserializes the properties. More... | |
| (NSString *) | - exception |
| Gets the log event exception message. More... | |
| (instancetype) | - init |
| (NSString *) | - level |
| Gets the log event level. More... | |
| (NSString *) | - message |
| Gets the log event message. More... | |
| (NSString *) | - scope |
| Gets the log event scope. More... | |
| (void) | - serializePropertiesWithJsonObject: |
| Serializes the properties. More... | |
| (void) | - setException: |
| Sets the log event exception message. More... | |
| (void) | - setMessage: |
| Sets the log event message. More... | |
| (void) | - setScope: |
| Sets the log event scope. More... | |
| (void) | - setTag: |
| Sets the log event tag. More... | |
| (void) | - setThreadId: |
| Sets the log event thread ID. More... | |
| (NSString *) | - tag |
| Gets the log event tag. More... | |
| (long long) | - threadId |
| Gets the log event thread ID. More... | |
| (NSString *) | - toJson |
| Serializes this instance to Json. More... | |
Instance Methods inherited from FMLiveSwitchInfo | |
| (NSString *) | - id |
| Gets the identifier. More... | |
| (void) | - setId: |
| Sets the identifier. More... | |
Class Methods | |
| (FMLiveSwitchLogEventInfo *) | + fromJsonWithLogEventInfoJson: |
| Deserializes Json to a LogEventInfo. More... | |
| (FMLiveSwitchLogEventInfo *) | + logEventInfo |
| (NSString *) | + toJsonWithLogEventInfo: |
| Serializes an instance to Json. More... | |
Class Methods inherited from FMLiveSwitchInfo | |
| (FMLiveSwitchInfo *) | + info |
| (NSMutableArray *) | + processArrayWithNewValues:oldValues: |
| Processes an array for an info. More... | |
| (NSMutableArray *) | + processBooleanArrayWithNewValues:oldValues: |
| Processes a boolean array for an info. More... | |
| (FMLiveSwitchNullableBool *) | + processBooleanWithNewValue:oldValue: |
| Processes a boolean for an info. More... | |
| (FMLiveSwitchNullableDouble *) | + processDoubleWithNewValue:oldValue: |
| Processes a double for an info. More... | |
| (NSMutableArray *) | + processFloatArrayWithNewValues:oldValues: |
| Processes a float array for an info. More... | |
| (FMLiveSwitchNullableFloat *) | + processFloatWithNewValue:oldValue: |
| Processes a float for an info. More... | |
| (NSMutableArray *) | + processIntegerArrayWithNewValues:oldValues: |
| Processes a integer array for an info. More... | |
| (FMLiveSwitchNullableInt *) | + processIntegerWithNewValue:oldValue: |
| Processes an integer for an info. More... | |
| (NSMutableArray *) | + processLongArrayWithNewValues:oldValues: |
| Processes a long array for an info. More... | |
| (FMLiveSwitchNullableLong *) | + processLongWithNewValue:oldValue: |
| Processes a long for an info. More... | |
| (NSObject< FMLiveSwitchIEquivalent > *) | + processObjectWithNewValue:oldValue: |
| Processes an object for an info. More... | |
| (NSMutableArray *) | + processShortArrayWithNewValues:oldValues: |
| Processes a short array for an info. More... | |
| (FMLiveSwitchNullableShort *) | + processShortWithNewValue:oldValue: |
| Processes a short for an info. More... | |
| (NSString *) | + processStringWithNewValue:oldValue: |
| Processes a string for an info. More... | |
Log event information.
Deserializes the properties.
| key | The key. |
| valueJson | The value in JSON format. |
Implements FMLiveSwitchInfo.
| - (NSString*) exception |
Gets the log event exception message.
| + (FMLiveSwitchLogEventInfo*) fromJsonWithLogEventInfoJson: | (NSString *) | logEventInfoJson |
Deserializes Json to a LogEventInfo.
| logEventInfoJson | The serialized Json. |
| - (instancetype) init |
Implements FMLiveSwitchInfo.
| - (NSString*) level |
Gets the log event level.
| + (FMLiveSwitchLogEventInfo*) logEventInfo |
| - (NSString*) message |
Gets the log event message.
| - (NSString*) scope |
Gets the log event scope.
| - (void) setException: | (NSString *) | value |
Sets the log event exception message.
| - (void) setMessage: | (NSString *) | value |
Sets the log event message.
| - (void) setScope: | (NSString *) | value |
Sets the log event scope.
| - (void) setTag: | (NSString *) | value |
Sets the log event tag.
| - (void) setThreadId: | (long long) | value |
Sets the log event thread ID.
| - (NSString*) tag |
Gets the log event tag.
| - (long long) threadId |
Gets the log event thread ID.
| - (NSString*) toJson |
Serializes this instance to Json.
| + (NSString*) toJsonWithLogEventInfo: | (FMLiveSwitchLogEventInfo *) | logEventInfo |
Serializes an instance to Json.
| logEventInfo | The instance to serialize. |