4.6.0
Freundlich's C++ toolkit
|
The stream for a logger level.
Every logger object has a level stream for each logging levels. This class dictates which sink and formatters should be used for a given level. Objects of this class can be shared between several logger objects.
Public Member Functions | |
level_stream () | |
virtual FCPPT_LOG_DETAIL_SYMBOL | ~level_stream () |
virtual FCPPT_LOG_DETAIL_SYMBOL void | log (fcppt::log::detail::temporary_output const &, fcppt::log::location const &) const =0 |
fcppt::log::level_stream::level_stream | ( | ) |
|
virtual |
|
pure virtual |
Implemented in fcppt::log::standard_level_stream.