boost::logging::gather::out_base Struct Reference
In case your gather class returns anything else than a std::basic_ostream, that returned class must derive from this.
More...
List of all members.
Detailed Description
In case your gather class returns anything else than a std::basic_ostream, that returned class must derive from this.
This is needed when :
- in your application, you could have messages logged before your logs are initialized
- you want filters to work even "in advance" - that is, if a message was logged before your log was initialized, and when you initialize the log, its corresponding filter is turned on, that message will be logged. Otherwise, it will not be logged.
The documentation for this struct was generated from the following file:
Copyright John Torjo © 2007
Have a question/ suggestion/ comment? Send me feedback