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

Diff for /pegasus/src/Pegasus/Common/Logger.h between version 1.38 and 1.39.8.1

version 1.38, 2008/12/01 17:49:52 version 1.39.8.1, 2013/06/03 22:35:12
Line 163 
Line 163 
     static void trace(     static void trace(
         LogFileType logFileType,         LogFileType logFileType,
         const String& systemId,         const String& systemId,
         const Uint32 logComponent,  
         const String& message);         const String& message);
  
     /** setHomeDirectory     /** setHomeDirectory
Line 172 
Line 171 
  
     /** setlogLevelMask     /** setlogLevelMask
     */     */
     static void setlogLevelMask(const String logLevelList);      static void setlogLevelMask(const String &logLevelList);
  
     /** Returns true if the given string is one of the legal log levels.     /** Returns true if the given string is one of the legal log levels.
     */     */
     static Boolean isValidlogLevel(const String logLevel);      static Boolean isValidlogLevel(const String &logLevel);
  
     /** Tests if a log entry would be created by this call before     /** Tests if a log entry would be created by this call before
         the logger is called.  This function is intended to be used         the logger is called.  This function is intended to be used
Line 213 
Line 212 
     static void _putInternal(     static void _putInternal(
         LogFileType logFileType,         LogFileType logFileType,
         const String& systemId,         const String& systemId,
         const Uint32 logComponent,  
         Uint32 logLevel,         Uint32 logLevel,
         const String& message);         const String& message);
 }; };


Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39.8.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2