C# Class Leeroy.LoggerProxy

LoggerProxy is a proxy that forwards log messages sent to a Logos.Utility.Logging.Logger instance to a Common.Logging.ILog logger with the same name.
Inheritance: Logos.Utility.Logging.LoggerCore
Afficher le fichier Open project: LogosBible/Leeroy

Méthodes publiques

Méthode Description
LoggerProxy ( string name ) : Common.Logging

Méthodes protégées

Méthode Description
DebugCore ( string message, object args ) : void
ErrorCore ( string message, object args ) : void
InfoCore ( string message, object args ) : void
WarnCore ( string message, object args ) : void

Method Details

DebugCore() protected méthode

protected DebugCore ( string message, object args ) : void
message string
args object
Résultat void

ErrorCore() protected méthode

protected ErrorCore ( string message, object args ) : void
message string
args object
Résultat void

InfoCore() protected méthode

protected InfoCore ( string message, object args ) : void
message string
args object
Résultat void

LoggerProxy() public méthode

public LoggerProxy ( string name ) : Common.Logging
name string
Résultat Common.Logging

WarnCore() protected méthode

protected WarnCore ( string message, object args ) : void
message string
args object
Résultat void