/
lasersquad
/
LogEngine2
Обзор
Документация
Войти
/
lasersquad
/
LogEngine2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/testFiles/test14.lfg
27 строк
716 B
lasersquad0
updated test data
03 июн 2025, 17:13
03 июн 2025, 17:13
5b4365d
Код
Авторство
О чём код?
; two sink sections with the same sink names ; if .lfg file contains two sections with equal names then parameters of these two section ; are "merged" like it was single section with all parameters ; parameters with equal names get double values ; for example merged section [sink.logSINK] below will have one parameter FileName ; that contains two values (refered by index): sink1log.log and sink2log.log [logger.loooger] # sink =logSINK [sink.logSINK] FileName = sink1log.log Type= RotatingFile LogLevel= ERROR MaxLogFileSize = 20m MaxBackupIndex = aaa Strategy = noneE # [sink.logSINK] FileName = sink2log.log Type= RotatingFile LogLevel= DEbug MaxLogFileSize = 20m MaxBackupIndex = 9 Strategy = numbers #