12 namespace JPP { 
using namespace JLOGGER; }
 
virtual void typeout(const std::string &tag, const std::string &message)=0
Report message. 
 
JSYNCHRONIZATION::JMutex m_mutex
 
Interface for logging messages. 
 
Very basic lock facilities to be used in multithreaded programs. 
 
JSYNCHRONIZATION::JMutex & mutex()
Provides internal lock object. 
 
virtual ~JLogger()
Virtual destructor.