C# Class ElectionsMandateCalculator.Helpers.Logger

Afficher le fichier Open project: elections-contest/pe2013

Méthodes publiques

Свойство Type Description
logger log4net.ILog

Méthodes publiques

Méthode Description
Debug ( String log ) : void
Error ( String log ) : void
Fatal ( String log ) : void
Info ( String log ) : void
Warn ( String log ) : void
WriteLog ( LogLevel logLevel, String log ) : void

Private Methods

Méthode Description
Logger ( ) : System

Method Details

Debug() public static méthode

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

Error() public static méthode

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

Fatal() public static méthode

public static Fatal ( String log ) : void
log String
Résultat void

Info() public static méthode

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

Warn() public static méthode

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

WriteLog() public static méthode

public static WriteLog ( LogLevel logLevel, String log ) : void
logLevel LogLevel
log String
Résultat void

Property Details

logger public_oe static_oe property

public static ILog,log4net logger
Résultat log4net.ILog