Instance Methods | |
(void) | - debugWithContext:message: |
Writes a debug message to the log. More... | |
(void) | - debugWithContext:message:ex: |
Writes a debug message with exception to the log. More... | |
(void) | - debugWithMessage: |
Writes a debug message to the log. More... | |
(void) | - debugWithMessage:ex: |
Writes a debug message with exception to the log. More... | |
(void) | - debugWithScope:context:message: |
Writes a debug message to the log. More... | |
(void) | - debugWithScope:context:message:ex: |
Writes a debug message with exception to the log. More... | |
(void) | - debugWithScope:message: |
Writes a debug message to the log. More... | |
(void) | - debugWithScope:message:ex: |
Writes a debug message with exception to the log. More... | |
(void) | - doLogWithLevel:scope:context:message:exception: |
(void) | - doQueueLogEvent: |
(void) | - errorWithContext:message: |
Writes a error message to the log. More... | |
(void) | - errorWithContext:message:ex: |
Writes a error message with exception to the log. More... | |
(void) | - errorWithMessage: |
Writes a error message to the log. More... | |
(void) | - errorWithMessage:ex: |
Writes a error message with exception to the log. More... | |
(void) | - errorWithScope:context:message: |
Writes a error message to the log. More... | |
(void) | - errorWithScope:context:message:ex: |
Writes a error message with exception to the log. More... | |
(void) | - errorWithScope:message: |
Writes a error message to the log. More... | |
(void) | - errorWithScope:message:ex: |
Writes a error message with exception to the log. More... | |
(void) | - fatalWithContext:message: |
Writes a fatal message to the log. More... | |
(void) | - fatalWithContext:message:ex: |
Writes a fatal message with exception to the log. More... | |
(void) | - fatalWithMessage: |
Writes a fatal message to the log. More... | |
(void) | - fatalWithMessage:ex: |
Writes a fatal message with exception to the log. More... | |
(void) | - fatalWithScope:context:message: |
Writes a fatal message to the log. More... | |
(void) | - fatalWithScope:context:message:ex: |
Writes a fatal message with exception to the log. More... | |
(void) | - fatalWithScope:message: |
Writes a fatal message to the log. More... | |
(void) | - fatalWithScope:message:ex: |
Writes a fatal message with exception to the log. More... | |
(void) | - flush |
Ensures that all logs are written out. More... | |
(void) | - infoWithContext:message: |
Writes a info message to the log. More... | |
(void) | - infoWithContext:message:ex: |
Writes an info message with exception to the log. More... | |
(void) | - infoWithMessage: |
Writes a info message to the log. More... | |
(void) | - infoWithMessage:ex: |
Writes an info message with exception to the log. More... | |
(void) | - infoWithScope:context:message: |
Writes a info message to the log. More... | |
(void) | - infoWithScope:context:message:ex: |
Writes an info message with exception to the log. More... | |
(void) | - infoWithScope:message: |
Writes a info message to the log. More... | |
(void) | - infoWithScope:message:ex: |
Writes an info message with exception to the log. More... | |
(instancetype) | - initWithTag: |
(bool) | - isDebugEnabled |
Gets if the debug log level is enabled. More... | |
(bool) | - isErrorEnabled |
Gets if the error log level is enabled. More... | |
(bool) | - isFatalEnabled |
Gets if the fatal log level is enabled. More... | |
(bool) | - isInfoEnabled |
Gets if the info log level is enabled. More... | |
(bool) | - isLogEnabledWithLevel: |
Returns true if the passed log level is enabled on this logger. More... | |
(bool) | - isVerboseEnabled |
Gets if the verbose log level is enabled. More... | |
(bool) | - isWarnEnabled |
Gets if the warn log level is enabled. More... | |
(void) | - logWithContext:message: |
Writes a generic message to the log. More... | |
(void) | - logWithLogEvent: |
Writes a log event to the log. More... | |
(void) | - logWithMessage: |
Writes a generic message to the log. More... | |
(void) | - logWithScope:context:message: |
Writes a generic message to the log. More... | |
(void) | - logWithScope:message: |
Writes a generic message to the log. More... | |
(NSString *) | - tag |
Gets the tag of the logger. More... | |
(void) | - verboseWithContext:message: |
Writes a verbose message to the log. More... | |
(void) | - verboseWithContext:message:ex: |
Writes a verbose message with exception to the log. More... | |
(void) | - verboseWithMessage: |
Writes a verbose message to the log. More... | |
(void) | - verboseWithMessage:ex: |
Writes a verbose message with exception to the log. More... | |
(void) | - verboseWithScope:context:message: |
Writes a verbose message to the log. More... | |
(void) | - verboseWithScope:context:message:ex: |
Writes a verbose message with exception to the log. More... | |
(void) | - verboseWithScope:message: |
Writes a verbose message to the log. More... | |
(void) | - verboseWithScope:message:ex: |
Writes a verbose message with exception to the log. More... | |
(void) | - warnWithContext:message: |
Writes a warn message to the log. More... | |
(void) | - warnWithContext:message:ex: |
Writes a warn message with exception to the log. More... | |
(void) | - warnWithMessage: |
Writes a warn message to the log. More... | |
(void) | - warnWithMessage:ex: |
Writes a warn message with exception to the log. More... | |
(void) | - warnWithScope:context:message: |
Writes a warn message to the log. More... | |
(void) | - warnWithScope:context:message:ex: |
Writes a warn message with exception to the log. More... | |
(void) | - warnWithScope:message: |
Writes a warn message to the log. More... | |
(void) | - warnWithScope:message:ex: |
Writes a warn message with exception to the log. More... | |
Class Methods | |
(FMLiveSwitchAsyncLoggerBase *) | + asyncLoggerBaseWithTag: |
(void) | + processLogEvent: |
+ (FMLiveSwitchAsyncLoggerBase*) asyncLoggerBaseWithTag: | (NSString *) | tag |
- (void) debugWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a debug message to the log.
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) debugWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a debug message with exception to the log.
message | The log message. |
ex | The exception. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) debugWithMessage: | (NSString *) | message |
Writes a debug message to the log.
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
- (void) debugWithMessage: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a debug message with exception to the log.
message | The log message. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.
- (void) debugWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a debug message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) debugWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a debug message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
Writes a debug message to the log.
scope | The scope of this log message. |
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
Writes a debug message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.
- (void) doLogWithLevel: | (FMLiveSwitchLogLevel) | level | |
scope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
exception: | (NSException *) | exception | |
- (void) doQueueLogEvent: | (FMLiveSwitchLogEvent *) | logEvent |
Implemented in FMLiveSwitchAsyncLogger.
- (void) errorWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a error message to the log.
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) errorWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a error message with exception to the log.
message | The log message. |
ex | The exception. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) errorWithMessage: | (NSString *) | message |
Writes a error message to the log.
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
- (void) errorWithMessage: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a error message with exception to the log.
message | The log message. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.
- (void) errorWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a error message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) errorWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a error message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
Writes a error message to the log.
scope | The scope of this log message. |
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
Writes a error message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.
- (void) fatalWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a fatal message to the log.
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) fatalWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a fatal message with exception to the log.
message | The log message. |
ex | The exception. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) fatalWithMessage: | (NSString *) | message |
Writes a fatal message to the log.
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
- (void) fatalWithMessage: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a fatal message with exception to the log.
message | The log message. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.
- (void) fatalWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a fatal message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) fatalWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a fatal message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
Writes a fatal message to the log.
scope | The scope of this log message. |
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
Writes a fatal message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.
- (void) flush |
Ensures that all logs are written out.
Reimplemented from <FMLiveSwitchILog>.
Implemented in FMLiveSwitchAsyncLogger.
- (void) infoWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a info message to the log.
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) infoWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes an info message with exception to the log.
message | The log message. |
ex | The exception. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) infoWithMessage: | (NSString *) | message |
Writes a info message to the log.
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
- (void) infoWithMessage: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes an info message with exception to the log.
message | The log message. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.
- (void) infoWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a info message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) infoWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes an info message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
Writes a info message to the log.
scope | The scope of this log message. |
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
Writes an info message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.
- (instancetype) initWithTag: | (NSString *) | tag |
Implemented in FMLiveSwitchAsyncLogger.
- (bool) isDebugEnabled |
Gets if the debug log level is enabled.
Reimplemented from <FMLiveSwitchILog>.
- (bool) isErrorEnabled |
Gets if the error log level is enabled.
Reimplemented from <FMLiveSwitchILog>.
- (bool) isFatalEnabled |
Gets if the fatal log level is enabled.
Reimplemented from <FMLiveSwitchILog>.
- (bool) isInfoEnabled |
Gets if the info log level is enabled.
Reimplemented from <FMLiveSwitchILog>.
- (bool) isLogEnabledWithLevel: | (FMLiveSwitchLogLevel) | level |
Returns true if the passed log level is enabled on this logger.
level | Log level to check. |
Reimplemented from <FMLiveSwitchILog>.
- (bool) isVerboseEnabled |
Gets if the verbose log level is enabled.
Reimplemented from <FMLiveSwitchILog>.
- (bool) isWarnEnabled |
Gets if the warn log level is enabled.
Reimplemented from <FMLiveSwitchILog>.
- (void) logWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a generic message to the log.
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) logWithLogEvent: | (FMLiveSwitchLogEvent *) | logEvent |
Writes a log event to the log.
logEvent | The log event. |
Reimplemented from <FMLiveSwitchILog>.
- (void) logWithMessage: | (NSString *) | message |
Writes a generic message to the log.
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
- (void) logWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a generic message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
Writes a generic message to the log.
scope | The scope of this log message. |
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
+ (void) processLogEvent: | (FMLiveSwitchLogEvent *) | logEvent |
- (NSString*) tag |
Gets the tag of the logger.
Reimplemented from <FMLiveSwitchILog>.
- (void) verboseWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a verbose message to the log.
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) verboseWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a verbose message with exception to the log.
message | The log message. |
context | the logigng context. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.
- (void) verboseWithMessage: | (NSString *) | message |
Writes a verbose message to the log.
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
- (void) verboseWithMessage: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a verbose message with exception to the log.
message | The log message. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.
- (void) verboseWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a verbose message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) verboseWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a verbose message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
Writes a verbose message to the log.
scope | The scope of this log message. |
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
Writes a verbose message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.
- (void) warnWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a warn message to the log.
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) warnWithContext: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a warn message with exception to the log.
message | The log message. |
ex | The exception. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) warnWithMessage: | (NSString *) | message |
Writes a warn message to the log.
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
- (void) warnWithMessage: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a warn message with exception to the log.
message | The log message. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.
- (void) warnWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
Writes a warn message to the log.
scope | The scope of this log message. |
message | The log message. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
- (void) warnWithScope: | (NSString *) | scope | |
context: | (FMLiveSwitchLogContext *) | context | |
message: | (NSString *) | message | |
ex: | (NSException *) | ex | |
Writes a warn message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
context | the logigng context. |
Reimplemented from <FMLiveSwitchILog>.
Writes a warn message to the log.
scope | The scope of this log message. |
message | The log message. |
Reimplemented from <FMLiveSwitchILog>.
Writes a warn message with exception to the log.
scope | The scope of this log message. |
message | The log message. |
ex | The exception. |
Reimplemented from <FMLiveSwitchILog>.