ryu_ldn::config::DebugConfig
ryu_ldn::config::DebugConfig
Section titled “ryu_ldn::config::DebugConfig”Debug and logging settings.
Configuration for debugging and logging behavior. Corresponds to the [debug] section in config.ini.INI Keys: Enable debug logging (0/1): Log verbosity (0=errors, 1=warnings, 2=info, 3=verbose): Also write logs to file (0/1)structryu__ldn_1_1config_1_1DebugConfig_1Log Levels0: Errors only (critical issues)1: Warnings (potential problems)2: Info (normal operation events)3: Verbose (detailed debugging)structryu__ldn_1_1config_1_1DebugConfig_1
Members
Section titled “Members”enabled
Section titled “enabled”Type: bool
Enable debug logging.
Type: uint32_t
Log level (0-3)
log_to_file
Section titled “log_to_file”Type: bool
Write logs to file.