tlx
DefaultLoggerOutputCErr Class Reference

default output logger to cerr More...

Inheritance diagram for DefaultLoggerOutputCErr:
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 cerr

Definition at line 40 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 46 of file core.cpp.

Member Data Documentation

std::mutex mutex_
private

the global mutex of logger and spacing logger

Definition at line 43 of file core.cpp.


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