메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
CalcWillDisplay ( TraceEventType eventType ) : bool | ||
Log ( ) : System |
public static TraceEvent ( TraceEventType eventType, int chainId, string message ) : void | ||
eventType | TraceEventType | |
chainId | int | |
message | string | |
리턴 | void |
public static WillDisplay ( TraceEventType eventType ) : bool | ||
eventType | TraceEventType | |
리턴 | bool |