nCine 2026.08.r1-e9a2342
A cross-platform 2D game engine
Loading...
Searching...
No Matches
ncine::AppConfiguration::Logging Struct Reference

Logging related configuration. More...

#include <AppConfiguration.h>

Collaboration diagram for ncine::AppConfiguration::Logging:

Public Attributes

nctl::String file { 128 }
 The path for the log file.
 
ILogger::LogLevel consoleLevel = ILogger::LogLevel::OFF
 The minimum logging level for messages printed on the console.
 
ILogger::LogLevel fileLevel = ILogger::LogLevel::OFF
 The minimum logging level for messages written in the log file.
 
float frameTimerInterval = 5.0f
 The interval in seconds for frame timer accumulation average and log.
 
bool consoleColors = true
 Enables the use of colors for console log messages.
 

Detailed Description

Logging related configuration.


The documentation for this struct was generated from the following file: