Top "Boost-log" questions

The Boost C++ library for logging, focused on simplicity, extensibility and performance

Experience using Boost.Log logging library?

I am considering starting to use the Boost.Log logging library. Is anyone using Boost.Log? Please share your experiences …

c++ boost logging boost-log
What is boost log, how to get it and how to build it

So I heard good things about boost log. This claims its existence: http://boost-log.sourceforge.net/libs/log/doc/html/…

c++ logging boost boost-log
Boost.Log with CMake causing undefined reference error

I am trying to use the new Boost.Log library in a project I am working on. The project is …

c++ boost cmake boost-log
Boost Log 2.0 : empty Severity level in logs

I'm using Boost-Log 2.0, which has some differences from version 1, and I have a hard time outputting the "Severity" attribute. I'm …

c++ boost boost-log
boost log to print source code file name and line number

I'm using Boost(1.55.0) Logging in my C++ application. I have been able to generate log of this format [2014-Jul-15 10:47:26.137959]: <…

c++ boost boost-log boost-logging
How to redirect Boost.Log to file

I want a simple log file in a concurrent application. I've download Boost.Log v2.0 and using compiled it with …

c++ logging boost-log
Boost.Log - how to configure a text sink backend to append to rotated files

I have a sinks::text_file_backend sink. Say I already have a few rotated log files: myLog001.log, myLog002.…

c++ logging boost boost-log
Boost.Log to file and stdout simultaneously?

I've used boost::log successfully to log to stdout (using the TRIVIAL macros) or to log to a file (basically …

c++ boost boost-log
How can I manually flush a boost log?

I'm playing with Boost.Log in boost 1.54.0 to see if it is a viable option for my application. In general, …

c++ boost flush boost-log boost-logging
boost log file not written to

I've been struggling with boost log for a while now - I got their simple example writing to a log …

c++ boost boost-log