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.
|
Method | Description | |
---|---|---|
CalcWillDisplay ( TraceEventType eventType ) : bool | ||
Log ( ) : System |
public static TraceEvent ( TraceEventType eventType, int chainId, string message ) : void | ||
eventType | TraceEventType | |
chainId | int | |
message | string | |
return | void |
public static WillDisplay ( TraceEventType eventType ) : bool | ||
eventType | TraceEventType | |
return | bool |