boost::logging::scenario::usage::logger_::favor::speed Struct Reference
This will favor speed (logging will happen on a dedicated thread). The only problem you could have is if the application crashes.
More...
Detailed Description
This will favor speed (logging will happen on a dedicated thread). The only problem you could have is if the application crashes.
In this case, on Windows, the rest of the application will continue, and any non-flushed log message will be flushed.
On POSIX, this may not be the case.
- Examples:
-
using_tags.cpp, and your_scenario.cpp.
The documentation for this struct was generated from the following file:
Copyright John Torjo © 2007
Have a question/ suggestion/ comment? Send me feedback