1#ifndef __JLOGGER__JSTREAMLOGGER__ 
    2#define __JLOGGER__JSTREAMLOGGER__ 
   42    virtual void typeout(
const std::string& tag,
 
   43                         const std::string& message)
 override 
   45      out << tag << 
' ' << message << std::endl;
 
 
 
Interface for logging messages.
 
Message logging based on std::ostream.
 
virtual void typeout(const std::string &tag, const std::string &message) override
Report message.
 
JStreamLogger(std::ostream &__out)
Constructor.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).