C# Class MigSharp.Core.Log

Datei anzeigen Open project: dradovic/MigSharp

Public Methods

Method Description
SetTraceLevel ( LogCategory category, SourceLevels sourceLevel ) : void

Private Methods

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

Method Details

SetTraceLevel() public static method

public static SetTraceLevel ( LogCategory category, SourceLevels sourceLevel ) : void
category LogCategory
sourceLevel SourceLevels
return void