29 Aug
2008
29 Aug
'08
11:47 a.m.
On Wed, 27 Aug 2008 16:19:48 +0200, lakers fan
Hello, Boost logger has a Macro BOOST_LOG_INIT that takes only one parameter "format" and not two as mentioned in the documentation. The log level is initialized to 0. When I tried to log some messages using BOOST_LOG_UNFORMATTED Macro with log level 0, there is no log in the file. Its an empty file altogether.
Which logging library are you using? I know John's (see http://torjo.com/log2/doc/html/index.html) and Andrey's (see http://boost-log.sourceforge.net/libs/log/doc/html/index.html) but they both don't define a macro BOOST_LOG_INIT as far as I know? Boris