36    virtual void typeout(
const std::string& tag,
 
   37                         const std::string& message) = 0;
 
 
Very basic lock facilities to be used in multithreaded programs.
 
Interface for logging messages.
 
virtual ~JLogger()
Virtual destructor.
 
JSYNCHRONIZATION::JMutex m_mutex
 
JSYNCHRONIZATION::JMutex & mutex()
Provides internal lock object.
 
virtual void typeout(const std::string &tag, const std::string &message)=0
Report message.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).