C# Class HappyFunTimes.HFTLogger

Afficher le fichier Open project: greggman/hft-unity-gamepad Class Usage Examples

Méthodes publiques

Méthode Description
Error ( System ex ) : void
Error ( string s ) : void
Log ( string s ) : void
Warn ( string s ) : void

Method Details

Error() public static méthode

public static Error ( System ex ) : void
ex System
Résultat void

Error() public static méthode

public static Error ( string s ) : void
s string
Résultat void

Log() public static méthode

public static Log ( string s ) : void
s string
Résultat void

Warn() public static méthode

public static Warn ( string s ) : void
s string
Résultat void