(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.20 and 1.20.10.1

version 1.20, 2005/02/05 22:59:23 version 1.20.10.1, 2005/10/03 18:58:15
Line 240 
Line 240 
     static void setLogWriteControlMask(const Uint32);     static void setLogWriteControlMask(const Uint32);
  
     static Boolean isValidlogLevel(const String logLevel);     static Boolean isValidlogLevel(const String logLevel);
   
       static bool wouldLog(Uint32 logLevel)
       {
           return _severityMask & logLevel;
       }
   
 private: private:
  
  


Legend:
Removed from v.1.20  
changed lines
  Added in v.1.20.10.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2