C# Class RemotingGen.Logger

Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

Méthode Description
Debug ( string msg ) : void
Error ( string msg ) : void
Info ( string msg ) : void
Logger ( LogLevel level ) : System
Warning ( string msg ) : void

Private Methods

Méthode Description
Log ( LogLevel lvl, string msg ) : void

Method Details

Debug() public méthode

public Debug ( string msg ) : void
msg string
Résultat void

Error() public méthode

public Error ( string msg ) : void
msg string
Résultat void

Info() public méthode

public Info ( string msg ) : void
msg string
Résultat void

Logger() public méthode

public Logger ( LogLevel level ) : System
level LogLevel
Résultat System

Warning() public méthode

public Warning ( string msg ) : void
msg string
Résultat void