ConsoleSettings¶
Settings for the console application input & output.
Properties¶
ConsoleSettings Default¶
Default console settings.
ConsoleSettings Silent¶
Console settings without any messages routed to the console.
ConsoleSettings Traceless¶
Console settings without trace messages routed to the console.
bool DisplayHeader¶
Display header on program start.
bool SilentLogging¶
Do not display any messages to the console.
bool TraceToConsole¶
Route trace messages to the console.
int VersionDigits¶
The number of digits to display for the version. Formats: 3: v{major}.{minor}.{patch}. 4: v{major}.{minor}.{build}.{revision}
Methods¶
void SetInstance(ConsoleSettings settings)¶
Set the instance of the console settings.