C# Class EasyNetQ.Scheduler.Logger

Inheritance: IEasyNetQLogger
Afficher le fichier Open project: EasyNetQ/EasyNetQ

Méthodes publiques

Méthode Description
DebugWrite ( string format ) : void
ErrorWrite ( Exception exception ) : void
ErrorWrite ( string format ) : void
InfoWrite ( string format ) : void
Logger ( log4net.ILog log ) : System

Method Details

DebugWrite() public méthode

public DebugWrite ( string format ) : void
format string
Résultat void

ErrorWrite() public méthode

public ErrorWrite ( Exception exception ) : void
exception System.Exception
Résultat void

ErrorWrite() public méthode

public ErrorWrite ( string format ) : void
format string
Résultat void

InfoWrite() public méthode

public InfoWrite ( string format ) : void
format string
Résultat void

Logger() public méthode

public Logger ( log4net.ILog log ) : System
log log4net.ILog
Résultat System