C# Class HappyFunTimes.HFTLogger

显示文件 Open project: greggman/hft-unity-gamepad Class Usage Examples

Public Methods

Method Description
Error ( System ex ) : void
Error ( string s ) : void
Log ( string s ) : void
Warn ( string s ) : void

Method Details

Error() public static method

public static Error ( System ex ) : void
ex System
return void

Error() public static method

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

Log() public static method

public static Log ( string s ) : void
s string
return void

Warn() public static method

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