C# Class MGDF.GamesManager.Common.Logger

Inheritance: ILogger
Afficher le fichier Open project: mrsharpoblunto/MGDF

Méthodes publiques

Méthode Description
Logger ( string logFile ) : System
Write ( Exception ex, string message ) : void
Write ( LogInfoLevel level, string message ) : void

Method Details

Logger() public méthode

public Logger ( string logFile ) : System
logFile string
Résultat System

Write() public méthode

public Write ( Exception ex, string message ) : void
ex System.Exception
message string
Résultat void

Write() public méthode

public Write ( LogInfoLevel level, string message ) : void
level LogInfoLevel
message string
Résultat void