|
ifm3d
|
Public Member Functions | |
| LogWriterConsoleColored (Output out=Output::StdErr) | |
| void | Write (const LogEntry &entry) override |
Public Member Functions inherited from ifm3d::LogWriterConsole< Formatter > | |
| LogWriterConsole (Output out=Output::StdErr) | |
| void | Write (const LogEntry &entry) override |
Protected Member Functions | |
| void | SetColor (LogLevel log_level) |
| void | ResetColor () |
Protected Attributes | |
| bool | colored_output_available_ = false |
Protected Attributes inherited from ifm3d::LogWriterConsole< Formatter > | |
| std::mutex | mutex_ |
| std::ostream & | out_ |
| bool | is_a_tty_ |