(file) Return to Logger.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/Logger.cpp between version 1.63 and 1.64

version 1.63, 2008/08/14 17:30:39 version 1.64, 2008/09/04 07:08:48
Line 316 
Line 316 
     // Call the actual logging routine is in LoggerRep.     // Call the actual logging routine is in LoggerRep.
     _rep->log(logFileType, systemId, logLevel, message);     _rep->log(logFileType, systemId, logLevel, message);
  
     // route log message to trace too -> component LogMessages      // PEP 315
       // The trace can be routed into the log. The logged trace messages are
       // logged with logFileType of Logger::TRACE_LOG.
       // To avoid a cirular writing of these messages, log messages with
       // logFileType of Logger::TRACE_LOG are never send to the trace.
     if (Logger::TRACE_LOG != logFileType)     if (Logger::TRACE_LOG != logFileType)
     {     {
         // do not write log message to trace when trace facility is          // For all other logFileType's send the log messages to the trace.
         // the log to avoid double messages          // But do not write log messages to trace when the trace facility is
           // set to log. This avoids double messages.
         if (Tracer::TRACE_FACILITY_LOG != Tracer::getTraceFacility())         if (Tracer::TRACE_FACILITY_LOG != Tracer::getTraceFacility())
         {         {
             PEG_TRACE_CSTRING(             PEG_TRACE_CSTRING(


Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2