C# Class Garlic.Logger

显示文件 Open project: Lundalogik/garlic

Public Methods

Method Description
Debug ( string message ) : void
Error ( Exception message ) : void
Error ( string message ) : void
Info ( string message ) : void
ResetOut ( ) : void

Method Details

Debug() public static method

public static Debug ( string message ) : void
message string
return void

Error() public static method

public static Error ( Exception message ) : void
message System.Exception
return void

Error() public static method

public static Error ( string message ) : void
message string
return void

Info() public static method

public static Info ( string message ) : void
message string
return void

ResetOut() public static method

public static ResetOut ( ) : void
return void