OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ot::LogNotifierStdCout Class Reference

Used to write created log messages to std cout in a way a human could read it. More...

#include "Logger.h"

Inheritance diagram for ot::LogNotifierStdCout:
ot::AbstractLogNotifier

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.
 

Detailed Description

Used to write created log messages to std cout in a way a human could read it.

Constructor & Destructor Documentation

◆ ~LogNotifierStdCout()

virtual ot::LogNotifierStdCout::~LogNotifierStdCout ( )
inlinevirtual

Member Function Documentation

◆ log()

void ot::LogNotifierStdCout::log ( const LogMessage & _message)
overridevirtual

Called when the a log message was created.

Implements ot::AbstractLogNotifier.


The documentation for this class was generated from the following files: