|
NSUNI/NSLAR Library a250670
|
Provides functions to set up logging. More...
#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | nnl |
Typedefs | |
| using | nnl::LogFun = void (*)(std::string_view msg, LogLevel log_level) |
| Type definition for a logging function. | |
Enumerations | |
| enum class | nnl::LogLevel { nnl::LogLevel::kError , nnl::LogLevel::kWarn } |
| Enum class representing log levels. More... | |
Functions | |
| void | nnl::SetGlobalLogCB (LogFun callback) noexcept |
| Sets the logging callback function. | |
Provides functions to set up logging.