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

Diff for /pegasus/src/Pegasus/Common/Tracer.h between version 1.50 and 1.53

version 1.50, 2011/01/25 12:10:21 version 1.53, 2013/03/14 10:23:37
Line 90 
Line 90 
     TRC_CMPIPROVIDERINTERFACE,     TRC_CMPIPROVIDERINTERFACE,
     TRC_WSMSERVER,     TRC_WSMSERVER,
     TRC_LOGMSG,     TRC_LOGMSG,
     TRC_WMI_MAPPER_CONSUMER      TRC_WMI_MAPPER_CONSUMER,
       TRC_INTERNALPROVIDER
 }; };
  
 /** Token used for tracing functions. /** Token used for tracing functions.
Line 107 
Line 108 
 { {
 public: public:
  
       /** Trace Components list defines the strings repesenting each
           TraceComponentId entry. Externalized to allow display of the
           possible list of trace components.  The size of this list is
           defined in _NUM_COMPONENTS variable.
        */
       static char const* TRACE_COMPONENT_LIST[];
   
     /** Trace facilities     /** Trace facilities
         File - tracing occurs to the trace file         File - tracing occurs to the trace file
         Log  - tracing occurs through the Pegasus Logger class         Log  - tracing occurs through the Pegasus Logger class
Line 234 
Line 242 
     */     */
     static Boolean setTraceMemoryBufferSize(Uint32 bufferSize);     static Boolean setTraceMemoryBufferSize(Uint32 bufferSize);
  
       /** Set the Max trace File Size
           @param maxLogFileSizeBytes size of cimserver.trc
       */
       static void setMaxTraceFileSize (Uint32 maxLogFileSizeBytes);
   
       /** Set the Max trace File number
           @param maxLogFileNumber number of cimserver.trc in trace folder
       */
       static void setMaxTraceFileNumber(Uint32 maxLogFileNumber);
   
     /** Flushes the trace buffer to traceFilePath. This method will only     /** Flushes the trace buffer to traceFilePath. This method will only
         have an effect when traceFacility=Memory.         have an effect when traceFacility=Memory.
     */     */


Legend:
Removed from v.1.50  
changed lines
  Added in v.1.53

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2