tlx
Loading...
Searching...
No Matches
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
 

Private Attributes

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

Additional Inherited Members

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

Detailed Description

default output logger to cerr

Definition at line 40 of file core.cpp.

Member Function Documentation

◆ append_log_line()

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

◆ mutex_

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: