ECLoggingFormatter


Abstract

Defines the interface of implementations which are used to format logging output

Methods

-formatLoggingOutput
used to format a logging entry.
-formatLoggingOutputForLevel:format:arguments:
used to format a logging entry.

formatLoggingOutput


used to format a logging entry.

See Also:
formatLoggingOutputForLevel:format:arguments:
- (NSString *) formatLoggingOutputForLevel: (ECLoggingLevel) loggingLevel format: (NSString *) formatString arguments: (va_list) args 
Parameter Descriptions
loggingLevel
underlying logging level for the given message
formatString
NSString format string
args
arguments for the format string
method result
formatted string

formatLoggingOutputForLevel:format:arguments:


used to format a logging entry.

See Also:
formatLoggingOutput
- (NSString *) formatLoggingOutputForLevel: (ECLoggingLevel) loggingLevel format: (NSString *) formatString arguments: (va_list) args 
Parameter Descriptions
loggingLevel
underlying logging level for the given message
formatString
NSString format string
args
arguments for the format string

(Last Updated November 08, 2007)