easylogging bench

This commit is contained in:
gabime
2014-12-20 18:57:01 +02:00
parent 7674bdb40a
commit b38a36451d
5 changed files with 90 additions and 2 deletions

10
bench/easyl.conf Normal file
View File

@@ -0,0 +1,10 @@
* 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