Txeo v0.1
A Developer-Friendly TensorFlow C++ Wrapper
|
Thread-safe singleton logger for console output. More...
#include <LoggerConsole.h>
Static Public Member Functions | |
static LoggerConsole & | instance () |
Access the singleton instance. | |
Additional Inherited Members | |
![]() | |
Logger ()=default | |
![]() | |
static std::string | log_level_str (txeo::LogLevel level) |
![]() | |
bool | _is_turned_on {true} |
txeo::LogLevel | _output_level {txeo::LogLevel::DEBUG} |
Thread-safe singleton logger for console output.
Provides colored console logging with timestamp and level information. Inherits from txeo::Logger and implements thread-safe output operations.
Example Usage:
Definition at line 34 of file LoggerConsole.h.
|
delete |
|
deletenoexcept |
|
default |
|
static |
Access the singleton instance.
Example Usage:
|
delete |
|
deletenoexcept |