Definition at line 141 of file Logger.h.
◆ LogEntry()
◆ ~LogEntry()
◆ category()
Specifies category of information being logged.
◆ commit()
Commits entry into a log and releases the instance.
Once given member is invoked, further invocation of other members is not allowed as instance may be disposed and thus do not exist anymore.
◆ message()
virtual std::string & message |
( |
| ) |
|
|
pure virtual |
Editable text to be a message of log entry.
◆ source()
virtual void source |
( |
const StrRef & | | ) |
|
|
pure virtual |
Specifies source of information being logged.