#include <plog.h>
Public Member Functions | |
| Logger () | |
| virtual | ~Logger () |
| void | setLogLevel (LogLevel l) |
| LogLevel | logLevel () const |
| virtual void | start (const std::string &path)=0 |
| virtual void | stop ()=0 |
| virtual void | restart ()=0 |
| virtual bool | isActive () const=0 |
| virtual void | output (const DateTime &t, LogLevel l, const std::string &ident, const std::string &subsys, const char *msg)=0 |
Static Public Member Functions | |
| std::string | logLevel2Str (LogLevel l) |
| LogLevel | str2LogLevel (const std::string &str) |
The base class for all application log message targets.
Definition at line 56 of file plog.h.
|
|
|
|
|
|
|
|
|
|
|
Definition at line 64 of file plog.h. References P::LogLevel. |
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.3