FMIceLinkAsyncLogger Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | FMIceLinkILog |
| Declared in | FMIceLinkAsyncLogger.h FMIceLinkAsyncLogger.m |
– debugWithMessage:
Writes a debug message to the log.
- (void)debugWithMessage:(NSString *)messageParameters
message |
The log message. |
|---|
Discussion
Writes a debug message to the log.
Declared In
FMIceLinkILog.h
– debugWithMessage:ex:
Writes a debug message with exception to the log.
- (void)debugWithMessage:(NSString *)message ex:(NSException *)exParameters
message |
The log message. |
|---|---|
ex |
The exception. |
Discussion
Writes a debug message with exception to the log.
Declared In
FMIceLinkILog.h
– errorWithMessage:
Writes a error message to the log.
- (void)errorWithMessage:(NSString *)messageParameters
message |
The log message. |
|---|
Discussion
Writes a error message to the log.
Declared In
FMIceLinkILog.h
– errorWithMessage:ex:
Writes a error message with exception to the log.
- (void)errorWithMessage:(NSString *)message ex:(NSException *)exParameters
message |
The log message. |
|---|---|
ex |
The exception. |
Discussion
Writes a error message with exception to the log.
Declared In
FMIceLinkILog.h
– fatalWithMessage:
Writes a fatal message to the log.
- (void)fatalWithMessage:(NSString *)messageParameters
message |
The log message. |
|---|
Discussion
Writes a fatal message to the log.
Declared In
FMIceLinkILog.h
– fatalWithMessage:ex:
Writes a fatal message with exception to the log.
- (void)fatalWithMessage:(NSString *)message ex:(NSException *)exParameters
message |
The log message. |
|---|---|
ex |
The exception. |
Discussion
Writes a fatal message with exception to the log.
Declared In
FMIceLinkILog.h
– flush
Ensures that all logs are written out.
- (void)flushDiscussion
Ensures that all logs are written out.
Declared In
FMIceLinkILog.h
– infoWithMessage:
Writes a info message to the log.
- (void)infoWithMessage:(NSString *)messageParameters
message |
The log message. |
|---|
Discussion
Writes a info message to the log.
Declared In
FMIceLinkILog.h
– infoWithMessage:ex:
Writes an info message with exception to the log.
- (void)infoWithMessage:(NSString *)message ex:(NSException *)exParameters
message |
The log message. |
|---|---|
ex |
The exception. |
Discussion
Writes an info message with exception to the log.
Declared In
FMIceLinkILog.h
– isDebugEnabled
Gets if the debug log level is enabled.
- (bool)isDebugEnabledDiscussion
Gets if the debug log level is enabled.
Declared In
FMIceLinkILog.h
– isErrorEnabled
Gets if the error log level is enabled.
- (bool)isErrorEnabledDiscussion
Gets if the error log level is enabled.
Declared In
FMIceLinkILog.h
– isFatalEnabled
Gets if the fatal log level is enabled.
- (bool)isFatalEnabledDiscussion
Gets if the fatal log level is enabled.
Declared In
FMIceLinkILog.h
– isInfoEnabled
Gets if the info log level is enabled.
- (bool)isInfoEnabledDiscussion
Gets if the info log level is enabled.
Declared In
FMIceLinkILog.h
– isLogEnabledWithLevel:
Returns true if the passed log level is enabled on this logger.
- (bool)isLogEnabledWithLevel:(FMIceLinkLogLevel)levelParameters
level |
Log level to check. |
|---|
Discussion
Returns true if the passed log level is enabled on this logger.
Declared In
FMIceLinkILog.h
– isVerboseEnabled
Gets if the verbose log level is enabled.
- (bool)isVerboseEnabledDiscussion
Gets if the verbose log level is enabled.
Declared In
FMIceLinkILog.h
– isWarnEnabled
Gets if the warn log level is enabled.
- (bool)isWarnEnabledDiscussion
Gets if the warn log level is enabled.
Declared In
FMIceLinkILog.h
– logWithMessage:
Writes a generic message to the log.
- (void)logWithMessage:(NSString *)messageParameters
message |
The log message. |
|---|
Discussion
Writes a generic message to the log.
Declared In
FMIceLinkILog.h
– tag
Gets the tag of the logger.
- (NSString *)tagDiscussion
Gets the tag of the logger.
Declared In
FMIceLinkILog.h
– verboseWithMessage:
Writes a verbose message to the log.
- (void)verboseWithMessage:(NSString *)messageParameters
message |
The log message. |
|---|
Discussion
Writes a verbose message to the log.
Declared In
FMIceLinkILog.h
– verboseWithMessage:ex:
Writes a verbose message with exception to the log.
- (void)verboseWithMessage:(NSString *)message ex:(NSException *)exParameters
message |
The log message. |
|---|---|
ex |
The exception. |
Discussion
Writes a verbose message with exception to the log.
Declared In
FMIceLinkILog.h
– warnWithMessage:
Writes a warn message to the log.
- (void)warnWithMessage:(NSString *)messageParameters
message |
The log message. |
|---|
Discussion
Writes a warn message to the log.
Declared In
FMIceLinkILog.h
– warnWithMessage:ex:
Writes a warn message with exception to the log.
- (void)warnWithMessage:(NSString *)message ex:(NSException *)exParameters
message |
The log message. |
|---|---|
ex |
The exception. |
Discussion
Writes a warn message with exception to the log.
Declared In
FMIceLinkILog.h