(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.36 and 1.37

version 1.36, 2008/08/14 17:30:39 version 1.37, 2008/09/19 13:48:35
Line 201 
Line 201 
         return (_severityMask & logLevel) != 0;         return (_severityMask & logLevel) != 0;
     }     }
  
   #if !defined(PEGASUS_USE_SYSLOGS)
       static void setMaxLogFileSize (Uint32 maxLogFileSizeBytes);
   #endif
   
 private: private:
  
     static LoggerRep* _rep;     static LoggerRep* _rep;
     static String _homeDirectory;     static String _homeDirectory;
     static Uint32 _severityMask;     static Uint32 _severityMask;
   
     static const Uint32 _NUM_LOGLEVEL;     static const Uint32 _NUM_LOGLEVEL;
  
     static void _putInternal(     static void _putInternal(


Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2