Public Member Functions | |
void | forward_to (original_logger_type *original_logger) |
virtual cache_type & | cache () |
This includes:
void boost::logging::forward_to_logger< gather_msg, write_msg >::forward_to | ( | original_logger_type * | original_logger | ) | [inline] |
specifies the logger to forward to
virtual cache_type& boost::logging::forward_to_logger< gather_msg, write_msg >::cache | ( | ) | [inline, virtual] |
note: this call does not need to be very efficient, since the cache is used seldom, only at the beginning of the app, when the logging hasn't yet been initialized thus, we can afford to make it virtual, and the code will become easier
Reimplemented from boost::logging::detail::default_cache_keeper< cache_type >.