boost::logging::ensure_early_log_creation Struct Reference

Ensures the log is created before main(), even if not used before main. More...

List of all members.


Detailed Description

Ensures the log is created before main(), even if not used before main.

We need this, so that we won't run into multi-threaded issues while the log is created (in other words, if the log is created before main(), we can safely assume there's only one thread running, thus no multi-threaded issues)


The documentation for this struct was generated from the following file:

Copyright John Torjo © 2007
Have a question/ suggestion/ comment? Send me feedback