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
Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp

Méthodes publiques

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

Method Details

GWFileTraceListener() public méthode

public GWFileTraceListener ( ) : System
Résultat System

GWFileTraceListener() public méthode

public GWFileTraceListener ( string fileName ) : System
fileName string
Résultat System

TraceEvent() public méthode

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
Résultat void