C# Class GameBase.Config.Log

Afficher le fichier Open project: dream-young-soul/soul

Méthodes publiques

Méthode Description
Dispose ( ) : void
Init ( String sDir, bool debug = true ) : void
Instance ( ) : Log
WriteLog ( String sLog ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Init() public méthode

public Init ( String sDir, bool debug = true ) : void
sDir String
debug bool
Résultat void

Instance() public static méthode

public static Instance ( ) : Log
Résultat Log

WriteLog() public méthode

public WriteLog ( String sLog ) : void
sLog String
Résultat void