llarp::LoggingConfig
Public Functions
| Name | |
|---|---|
| void | defineConfigOptions(ConfigDefinition & conf, const ConfigGenParameters & params) |
Public Attributes
| Name | |
|---|---|
| log::Level | m_logLevel |
| std::string | m_logFile |
Public Functions Documentation
function defineConfigOptions
void defineConfigOptions(
ConfigDefinition & conf,
const ConfigGenParameters & params
)
Public Attributes Documentation
variable m_logLevel
log::Level m_logLevel = log::Level::off;
variable m_logFile
std::string m_logFile;
Updated on 2026-01-10 at 22:49:45 +0000