formatLoggingOutput |
used to format a logging entry.
See Also:
- formatLoggingOutputForLevel:format:arguments:
- (NSString *) formatLoggingOutputForLevel: (ECLoggingLevel) loggingLevel format: (NSString *) formatString arguments: (va_list) args
loggingLevel
- underlying logging level for the given message
formatString
- NSString format string
args
- arguments for the format string
formatLoggingOutputForLevel:format:arguments: |
used to format a logging entry.
See Also:
- formatLoggingOutput
- (NSString *) formatLoggingOutputForLevel: (ECLoggingLevel) loggingLevel format: (NSString *) formatString arguments: (va_list) args
loggingLevel
- underlying logging level for the given message
formatString
- NSString format string
args
- arguments for the format string
(Last Updated August 27, 2006)