![]() |
SSP21-CPP
|
#include <log4cpp/ConsolePrettyPrinter.h>
Classes | |
class | Settings |
Public Member Functions | |
ConsolePrettyPrinter (const Settings &settings=Settings()) | |
void | log (log4cpp::ModuleId module, const char *id, log4cpp::LogLevel level, char const *location, char const *message) override |
pretty prints log messages
Definition at line 42 of file ConsolePrettyPrinter.h.
|
inlineoverridevirtual |
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 |
Implements log4cpp::ILogHandler.
Definition at line 57 of file ConsolePrettyPrinter.h.