17 #ifndef HH_SENF_Utils_Logger_IOStreamTarget_ 18 #define HH_SENF_Utils_Logger_IOStreamTarget_ 1 61 std::ostream &
stream()
const;
62 void stream(std::ostream & newos);
66 std::string
const & area,
unsigned level,
67 std::string
const & message);
70 std::ostream * stream_;
std::ostream & stream() const
void v_write(time_type timestamp, std::string const &stream, std::string const &area, unsigned level, std::string const &message)
Called to write out the routing message.
Write log messages to arbitrary std::ostream.
IOStreamTarget(std::string const &name, std::ostream &os)
unspecified_keyword_type name
config::time_type time_type
Logging target base class.