C# Class PBCaGw.Services.Log

Afficher le fichier Open project: ISISComputingGroup/EPICS-epicssharp

Méthodes publiques

Méthode 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

Méthode Description
CalcWillDisplay ( TraceEventType eventType ) : bool
Log ( ) : System

Method Details

TraceEvent() public static méthode

public static TraceEvent ( TraceEventType eventType, int chainId, string message ) : void
eventType TraceEventType
chainId int
message string
Résultat void

WillDisplay() public static méthode

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