C# Class Fun.DebugUtils

Afficher le fichier Open project: iFunFactory/demo-kgc-2015 Class Usage Examples

Méthodes publiques

Méthode Description
Log ( string message ) : void
LogError ( string message ) : void
LogWarning ( string message ) : void

Private Methods

Méthode Description
Assert ( bool condition ) : void
Assert ( bool condition, string message ) : void
DebugLog ( string message ) : void
DebugLogError ( string message ) : void
DebugLogWarning ( string message ) : void

Method Details

Log() public static méthode

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

LogError() public static méthode

public static LogError ( string message ) : void
message string
Résultat void

LogWarning() public static méthode

public static LogWarning ( string message ) : void
message string
Résultat void