C# Class PBCaGw.Services.GWConsoleTraceListener

A colored, and more informative TraceListener than the default ConsoleTraceListener
Inheritance: System.Diagnostics.ConsoleTraceListener
Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp

Méthodes publiques

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

Private Methods

Méthode Description
GWConsoleTraceListener ( ) : System

Setup the console, and write the header

Method Details

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