1 #ifndef __JLOGGER__JSTREAMLOGGER__
2 #define __JLOGGER__JSTREAMLOGGER__
14 namespace JPP {
using namespace JLOGGER; }
42 virtual void typeout(
const std::string& tag,
43 const std::string& message)
override
45 out << tag <<
' ' << message << std::endl;
Message logging based on std::ostream.
virtual void typeout(const std::string &tag, const std::string &message) override
Report message.
Interface for logging messages.
JStreamLogger(std::ostream &__out)
Constructor.