tlx
DefaultLoggerOutputCOut Class Reference

default output logger to cout More...

Inheritance diagram for DefaultLoggerOutputCOut:
LoggerOutputHook

Private Member Functions

void append_log_line (const std::string &line) final
 method the receive log lines More...
 

Private Attributes

std::mutex mutex_
 the global mutex of logger and spacing logger More...
 

Additional Inherited Members

- Public Member Functions inherited from LoggerOutputHook
virtual ~LoggerOutputHook ()
 virtual destructor More...
 

Detailed Description

default output logger to cout

Definition at line 25 of file core.cpp.

Member Function Documentation

void append_log_line ( const std::string &  line)
inlinefinalprivatevirtual

method the receive log lines

Implements LoggerOutputHook.

Definition at line 31 of file core.cpp.

Member Data Documentation

std::mutex mutex_
private

the global mutex of logger and spacing logger

Definition at line 28 of file core.cpp.


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