4.6.0
Freundlich's C++ toolkit
|
Logs to an fcppt::io::ostream.
Public Member Functions | |
FCPPT_LOG_DETAIL_SYMBOL | standard_level_stream (fcppt::io::ostream &, fcppt::log::level) |
Constructs a level stream with a sink and a formatter. | |
FCPPT_LOG_DETAIL_SYMBOL | ~standard_level_stream () override |
FCPPT_LOG_DETAIL_SYMBOL void | log (fcppt::log::detail::temporary_output const &, fcppt::log::location const &) const override |
FCPPT_LOG_DETAIL_SYMBOL fcppt::io::ostream & | dest () const |
Public Member Functions inherited from fcppt::log::level_stream | |
level_stream () | |
virtual FCPPT_LOG_DETAIL_SYMBOL | ~level_stream () |
FCPPT_LOG_DETAIL_SYMBOL fcppt::log::standard_level_stream::standard_level_stream | ( | fcppt::io::ostream & | , |
fcppt::log::level | ) |
Constructs a level stream with a sink and a formatter.
|
override |
|
nodiscard |
|
overridevirtual |
Implements fcppt::log::level_stream.