C# Class SmartCmdArgs.Helper.Logger

Mostra file Open project: MBulli/SmartCommandlineArgs

Public Methods

Method Description
Error ( string message ) : void
Info ( string message ) : void
Warn ( string message ) : void

Private Methods

Method Description
WriteToDebugConsole ( string type, string message ) : void

Method Details

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

Warn() public static method

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