Method | Description | |
---|---|---|
SetTraceLevel ( LogCategory category, SourceLevels sourceLevel ) : void |
Method | Description | |
---|---|---|
Error ( LogCategory category, string format ) : void | ||
Error ( string format ) : void | ||
Info ( LogCategory category, string format ) : void | ||
Info ( string format ) : void | ||
Log ( ) : System | ||
TraceEvent ( LogCategory category, TraceEventType traceEventType, string format, object args ) : void | ||
Verbose ( LogCategory category, string format ) : void | ||
Verbose ( string format ) : void | ||
Warning ( LogCategory category, string format ) : void | ||
Warning ( string format ) : void |
public static SetTraceLevel ( LogCategory category, SourceLevels sourceLevel ) : void | ||
category | LogCategory | |
sourceLevel | SourceLevels | |
return | void |