Log Configuration
Introduction
Config file for the logger
API Reference
Properties
| Property | Description | Type | Default Value |
|---|---|---|---|
| bErrorWriteToFile | Should error logs be written to file? | bool | true |
| bErrorPrintToScreen | Should error logs be printed to screen? | bool | true |
| bWarningWriteToFile | Should warning logs be written to file? | bool | true |
| bWarningPrintToScreen | Should warning logs be printed to screen? | bool | true |
| bInfoWriteToFile | Should info logs be written to file? | bool | true |
| bInfoPrintToScreen | Should info logs be printed to screen? | bool | true |
| bDebugWriteToFile | Should debug logs be written to file? | bool | true |
| bDebugPrintToScreen | Should debug logs be printed to screen? | bool | true |
| bTraceWriteToFile | Should debug logs be written to file? | bool | true |
| bTracePrintToScreen | Should debug logs be printed to screen? | bool | true |