C# Class Blaze.Server.Log

Afficher le fichier Open project: sebastian-malek/blaze-server

Méthodes publiques

Méthode Description
Data ( String message ) : void
Debug ( String message ) : void
Error ( String message ) : void
Info ( String message ) : void
Initialize ( string fileName ) : void
Warn ( String message ) : void
WriteAway ( ) : void

Private Methods

Méthode Description
Write ( String message, LogLevel level ) : void

Method Details

Data() public static méthode

public static Data ( String message ) : void
message String
Résultat void

Debug() public static méthode

public static Debug ( String message ) : void
message String
Résultat void

Error() public static méthode

public static Error ( String message ) : void
message String
Résultat void

Info() public static méthode

public static Info ( String message ) : void
message String
Résultat void

Initialize() public static méthode

public static Initialize ( string fileName ) : void
fileName string
Résultat void

Warn() public static méthode

public static Warn ( String message ) : void
message String
Résultat void

WriteAway() public static méthode

public static WriteAway ( ) : void
Résultat void