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
显示文件 Open project: LogosBible/Leeroy

Public Methods

Method Description
LoggerProxy ( string name ) : Common.Logging

Protected Methods

Method 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 method

protected DebugCore ( string message, object args ) : void
message string
args object
return void

ErrorCore() protected method

protected ErrorCore ( string message, object args ) : void
message string
args object
return void

InfoCore() protected method

protected InfoCore ( string message, object args ) : void
message string
args object
return void

LoggerProxy() public method

public LoggerProxy ( string name ) : Common.Logging
name string
return Common.Logging

WarnCore() protected method

protected WarnCore ( string message, object args ) : void
message string
args object
return void