Used to write created log messages to std cout in a way a human could read it. More...
#include "Logger.h"
Public Member Functions | |
virtual | ~LogNotifierStdCout () |
virtual void | log (const LogMessage &_message) override |
Called when the a log message was created. | |
Public Member Functions inherited from ot::AbstractLogNotifier | |
AbstractLogNotifier () | |
virtual | ~AbstractLogNotifier () |
void | setDeleteLogNotifierLater (bool _deleteLater=true) |
Will set the delete later flag. If delete later is set, the creator keeps ownership of this object even after it is added to the LogDispatcher. | |
bool | getDeleteLogNotifierLater (void) const |
Returns true if the delete later mode is set. | |
Used to write created log messages to std cout in a way a human could read it.
|
inlinevirtual |
|
overridevirtual |
Called when the a log message was created.
Implements ot::AbstractLogNotifier.