log4tango::LoggerStream(3) | log4tango | log4tango::LoggerStream(3) |
log4tango::LoggerStream
#include <LoggerStream.hh>
LOG4TANGO_EXPORT LoggerStream (Logger
&logger, Level::Value level, bool filter=true)
Construct a LoggerStream for given Logger with given level.
LOG4TANGO_EXPORT ~LoggerStream ()
Destructor for LoggerStream&) LOG4TANGO_EXPORT Logger
& get_logger (void) const
Returns the destination Logger for this stream. LOG4TANGO_EXPORT
Level::Value get_level (void) const
Returns the level for this stream. LOG4TANGO_EXPORT LoggerStream
& operator<< (LOG4TANGO_UNUSED(LogInitiator
&i))
Streams in a Initiator. LOG4TANGO_EXPORT LoggerStream &
operator<< (LOG4TANGO_UNUSED(LogSeparator
&s))
Streams in a Separator.Sends the contents of the stream buffer to the
Logger with set level and empties the buffer. LOG4TANGO_EXPORT
LoggerStream & operator<<
(LOG4TANGO_UNUSED(ls_terminator endoflog))
Streams in a ls_manipulator. LOG4TANGO_EXPORT void flush (void)
Flush the contents of the stream buffer to the Logger and empties the
buffer. LOG4TANGO_EXPORT LoggerStream &
operator<< (std::ios_base &(*_F)(std::ios_base &))
Streams in a std stream manipulator. template<typename T >
LoggerStream & operator<< (const T &t)
Stream in arbitrary types and objects.
Construct a LoggerStream for given Logger with given level.
Parameters
Destructor for LoggerStream&)
Flush the contents of the stream buffer to the Logger and empties the buffer.
Returns the level for this stream.
Returns
Returns the destination Logger for this stream.
Returns
Stream in arbitrary types and objects.
Parameters
Returns
Streams in a Initiator. Just a trick to return a ref to self.
Returns
Streams in a Separator.Sends the contents of the stream buffer to the Logger with set level and empties the buffer.
Returns
Streams in a ls_manipulator. Sends the contents of the stream buffer to the Logger with set level and empties the buffer.
Returns
Streams in a std stream manipulator.
Parameters
Returns
Generated automatically by Doxygen for log4tango from the source code.
Fri Nov 11 2022 | Version 5.0.2 |