C# Class TidyDesktopMonster.Logging.Log

Exibir arquivo Open project: mkropat/TidyDesktopMonster

Public Methods

Method Description
Debug ( ) : void
Error ( ) : void
Info ( ) : void
Warn ( ) : void

Private Methods

Method Description
Write ( LogLevel level, Array messages ) : void

Method Details

Debug() public static method

public static Debug ( ) : void
return void

Error() public static method

public static Error ( ) : void
return void

Info() public static method

public static Info ( ) : void
return void

Warn() public static method

public static Warn ( ) : void
return void