C# Class PBCaGw.Services.Log

Mostrar archivo Open project: ISISComputingGroup/EPICS-epicssharp

Public Methods

Method Description
TraceEvent ( TraceEventType eventType, int chainId, string message ) : void
WillDisplay ( TraceEventType eventType ) : bool

Checks if a log could be display with the define eventType. Useful to shaves the call to Log.TraceEvent function call.

Private Methods

Method Description
CalcWillDisplay ( TraceEventType eventType ) : bool
Log ( ) : System

Method Details

TraceEvent() public static method

public static TraceEvent ( TraceEventType eventType, int chainId, string message ) : void
eventType TraceEventType
chainId int
message string
return void

WillDisplay() public static method

Checks if a log could be display with the define eventType. Useful to shaves the call to Log.TraceEvent function call.
public static WillDisplay ( TraceEventType eventType ) : bool
eventType TraceEventType
return bool