(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.55 and 1.55.2.2

version 1.55, 2007/09/04 05:27:26 version 1.55.2.2, 2007/09/14 21:48:54
Line 93 
Line 93 
     };     };
 static const char* lockFileName =  "PegasusLog.lock"; static const char* lockFileName =  "PegasusLog.lock";
  
   #if defined(PEGASUS_OS_VXWORKS) && defined(log)
   #  undef log
   #endif
  
 /* _constructFileName prepares the absolute file name from homeDirectory /* _constructFileName prepares the absolute file name from homeDirectory
     and fileName.     and fileName.
Line 200 
Line 203 
         Uint32 logLevel,         Uint32 logLevel,
         const String localizedMsg)         const String localizedMsg)
     {     {
   #if defined(PEGASUS_OS_VXWORKS)
           cout << "LOGGER: " << localizedMsg << endl;
   #endif
   
 #if defined(PEGASUS_USE_SYSLOGS) #if defined(PEGASUS_USE_SYSLOGS)
  
         // Log the message         // Log the message


Legend:
Removed from v.1.55  
changed lines
  Added in v.1.55.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2