How to use debug log?

subj.

DebugLog()  << "Debug msg"; // NOT work
dbg(D_INFO) << "Debug msg"; // also.

Where is debug.log file? I not fount them in config/

data/debug.log

Empty.
I found
DEFINES = -DENABLE_LOGGING
in makefile. Can i switch on debug logging without rebuild?

Well, no matter. I opened gdb to myself.

No you can’t.
And debug.log is stored in config/ dir.

[quote=“LazyCat-rus, post:5, topic:6642”]No you can’t.
And debug.log is stored in config/ dir.[/quote]
Да он и нахер не нужен. Проще с свой файл вывести.

По сути да, но я юзаю, хоть он и требует перекомпиляции(!sic).

бтв, недавно сделали рефакторинг, можешь потестить.