C# Class PBCaGw.Services.GWConsoleTraceListener

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

Public Methods

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

Private Methods

Method Description
GWConsoleTraceListener ( ) : System

Setup the console, and write the header

Method Details

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