![]() |
NumCpp
2.16.0
A Templatized Header Only C++ Implementation of the Python NumPy Library
|
Namespaces | |
| namespace | detail |
| Register a global logger. | |
Data Structures | |
| class | BinaryLogger |
| Binary Logger Singleton. More... | |
Functions | |
| void | addOutputFileLog (std::filesystem::path logFileName) |
| Function to add the name of the output log file. | |
| BOOST_LOG_GLOBAL_LOGGER_INIT (fileLogger, boost::log::sources::severity_logger_mt) | |
| Global intializer and constructor for the global logger Sets the initial sink to console backend and sets the default severity level. | |
| void | setLogLevel (boost::log::trivial::severity_level level) |
| Function to set the severity level to report back to console and log file. | |
|
inline |
Function to add the name of the output log file.
| std::runtime_error | if it cannot create the appropiate directories |
| logFileName | path of log file to write to |
|
inline |
Global intializer and constructor for the global logger Sets the initial sink to console backend and sets the default severity level.
|
inline |
Function to set the severity level to report back to console and log file.
| level | level at which to report the logs |