12 namespace JPP { 
using namespace JLOGGER; }
 
   36     virtual void typeout(
const std::string& tag,
 
   37                          const std::string& message) = 0;
 
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.