![]() |
SSP21-CPP
|
#include <log4cpp/ILogHandler.h>
Public Member Functions | |
virtual void | log (ModuleId module, const char *id, LogLevel level, char const *location, char const *message)=0 |
Callback interface for log messages
Definition at line 39 of file ILogHandler.h.
|
pure virtual |
Callback method for log messages
module | ModuleId of the logger |
id | string id of the logger |
level | bitfield LogLevel of the logger |
location | location in the source of the log call |
message | message of the log call |
Implemented in log4cpp::MockLogHandler, and log4cpp::ConsolePrettyPrinter.