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)
 
   45       out << tag << 
' ' << message << std::endl;
 
virtual void typeout(const std::string &tag, const std::string &message)
Report message. 
 
Message logging based on std::ostream. 
 
Interface for logging messages. 
 
JStreamLogger(std::ostream &__out)
Constructor.