4 Dec
2013
4 Dec
'13
10:31 a.m.
Hello, I'm integrating Boost.Log to my project, and have a couple of questions. First of all, I'd like each instance of some class to write its log to a separate rotating file. I understand how to setup such a sink, but can't find a way to connect a particular source (logger) to the sink. Is it possible? Besides, when setting up the file, I configure it with: keywords::format = "[%TimeStamp%]: %Message%" but %TimeStamp% doesn't seem to get recognized, so I get empty [ ] in the file. Do I miss some header file? Thanks.