mirror of https://github.com/gabime/spdlog.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
379 B
Plaintext
11 lines
379 B
Plaintext
![]()
11 years ago
|
* GLOBAL:
|
||
|
FORMAT = "[%datetime]: %msg"
|
||
|
FILENAME = ./logs/easylogging.log
|
||
|
ENABLED = true
|
||
|
TO_FILE = true
|
||
|
TO_STANDARD_OUTPUT = false
|
||
|
MILLISECONDS_WIDTH = 3
|
||
|
PERFORMANCE_TRACKING = false
|
||
|
MAX_LOG_FILE_SIZE = 10485760
|
||
|
Log_Flush_Threshold = 10485760
|