(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.58

version 1.50, 2011/01/25 12:10:21 version 1.58, 2015/01/13 15:16:24
Line 72 
Line 72 
     TRC_OBJECTRESOLUTION,     TRC_OBJECTRESOLUTION,
     TRC_WQL,     TRC_WQL,
     TRC_CQL,     TRC_CQL,
       TRC_FQL,
     TRC_THREAD,     TRC_THREAD,
     TRC_EXP_REQUEST_DISP,     TRC_EXP_REQUEST_DISP,
     TRC_SSL,     TRC_SSL,
Line 89 
Line 90 
     TRC_INDICATION_RECEIPT,     TRC_INDICATION_RECEIPT,
     TRC_CMPIPROVIDERINTERFACE,     TRC_CMPIPROVIDERINTERFACE,
     TRC_WSMSERVER,     TRC_WSMSERVER,
       TRC_RSSERVER,
   #ifdef PEGASUS_ENABLE_PROTOCOL_WEB
       TRC_WEBSERVER,
   #endif /* PEGASUS_ENABLE_PROTOCOL_WEB */
     TRC_LOGMSG,     TRC_LOGMSG,
     TRC_WMI_MAPPER_CONSUMER      TRC_WMI_MAPPER_CONSUMER,
       TRC_INTERNALPROVIDER,
       TRC_ENUMCONTEXT
 }; };
  
 /** Token used for tracing functions. /** Token used for tracing functions.
Line 107 
Line 114 
 { {
 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 248 
     */     */
     static Boolean setTraceMemoryBufferSize(Uint32 bufferSize);     static Boolean setTraceMemoryBufferSize(Uint32 bufferSize);
  
       /** Set the Max trace File Size and used for the File tracing
           @param maxLogFileSizeBytes size of cimserver.trc
       */
       static void setMaxTraceFileSize (const String &size);
   
       /** Set the Max trace File number
           @param maxLogFileNumber number of cimserver.trc in trace folder
       */
       static void setMaxTraceFileNumber(const String &numberOfFiles);
   
     /** 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.
     */     */
Line 519 
Line 543 
     return;     return;
 } }
  
   
   
 #endif /* PEGASUS_REMOVE_TRACE */ #endif /* PEGASUS_REMOVE_TRACE */
  
 //============================================================================== //==============================================================================


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2