C# Class irek.Logger

Afficher le fichier Open project: theanti9/irek

Méthodes publiques

Méthode Description
GetInstance ( ) : Logger
Kill ( ) : void
LogAccess ( string str ) : void
LogError ( string str ) : void

Private Methods

Méthode Description
Logger ( ) : System

Method Details

GetInstance() public static méthode

public static GetInstance ( ) : Logger
Résultat Logger

Kill() public méthode

public Kill ( ) : void
Résultat void

LogAccess() public méthode

public LogAccess ( string str ) : void
str string
Résultat void

LogError() public méthode

public LogError ( string str ) : void
str string
Résultat void