C# Class GameFramework.LogSystem

Afficher le fichier Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Méthodes publiques

Свойство Type Description
OnOutput LogSystemOutputDelegation

Méthodes publiques

Méthode Description
Assert ( bool check, string format ) : void
Error ( string format ) : void
Info ( string format ) : void
Log ( string msg ) : void
Warn ( string format ) : void

Private Methods

Méthode Description
Debug ( string format ) : void
Output ( Log_Type type, string msg ) : void

Method Details

Assert() public static méthode

public static Assert ( bool check, string format ) : void
check bool
format string
Résultat void

Error() public static méthode

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

Info() public static méthode

public static Info ( string format ) : void
format string
Résultat void

Log() public static méthode

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

Warn() public static méthode

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

Property Details

OnOutput public_oe static_oe property

public static LogSystemOutputDelegation OnOutput
Résultat LogSystemOutputDelegation