C# Class PBCaGw.Services.GWFileTraceListener

Logs data in a file with a XML like format (missing the header and footer such that the lines can be happened)
Inheritance: System.Diagnostics.TextWriterTraceListener
Mostrar archivo Open project: ISISComputingGroup/EPICS-epicssharp

Public Methods

Method Description
GWFileTraceListener ( ) : System
GWFileTraceListener ( string fileName ) : System
TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, string message ) : void

Method Details

GWFileTraceListener() public method

public GWFileTraceListener ( ) : System
return System

GWFileTraceListener() public method

public GWFileTraceListener ( string fileName ) : System
fileName string
return System

TraceEvent() public method

public TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, string message ) : void
eventCache System.Diagnostics.TraceEventCache
source string
eventType TraceEventType
id int
message string
return void