ofDocsdocumentation types ofBaseLoggerChannel

ofBaseLoggerChannel


log( ... )

void log(ofLogLevel level, const string &module, const string &message)

Log a message.

Parameters:

level The log level.

module The target module.

message The log message.


log( ... )

void log(ofLogLevel level, const string &module, const char *format, va_list args)

Log a message.

Parameters:

level The log level.

module The target module.

format The printf-style format string.

args the list of printf-style arguments.


~ofBaseLoggerChannel( )

~ofBaseLoggerChannel()

Destroy the channel.