2025-10-22 14:41:51 +08:00

20 lines
548 B
Plaintext

* GLOBAL:
FORMAT = "%datetime %level [%fbase|%line] %msg"
FILENAME = "logs\\MemoryCheck.log"
ENABLED = true
TO_FILE = true ## Notice this
TO_STANDARD_OUTPUT = false ## Notice this
SUBSECOND_PRECISION = 3
PERFORMANCE_TRACKING = false
MAX_LOG_FILE_SIZE = 20971520 ## Throw log files away after 20MB
* DEBUG:
ENABLED = true
* TRACE:
ENABLED = false
* INFO:
ENABLED = true
* ERROR:
ENABLED = true
* WARNING:
ENABLED = true