C# Class PayPal.Log.Log4netLogger

Wrapper for reflected log4net
Inheritance: BaseLogger
显示文件 Open project: paypal/PayPal-NET-SDK

Public Methods

Method Description
Debug ( string message ) : void

Override the wrapper for log4net ILog Debug

Debug ( string message, System exception ) : void

Override the wrapper for log4net ILog Debug

DebugFormat ( string format ) : void

Override the wrapper for log4net ILog DebugFormat

Error ( string message ) : void

Override the wrapper for log4net ILog Error

Error ( string message, System exception ) : void

Override the wrapper for log4net ILog Error

ErrorFormat ( string format ) : void

Override the wrapper for log4net ILog ErrorFormat

Info ( string message ) : void

Override the wrapper for log4net ILog Info

Info ( string message, System exception ) : void

Override the wrapper for log4net ILog Info

InfoFormat ( string format ) : void

Override the wrapper for log4net ILog InfoFormat

Log4netLogger ( Type givenType ) : System
Warn ( string message ) : void

Override the wrapper for log4net ILog Warn

Warn ( string message, System exception ) : void

Override the wrapper for log4net ILog Warn

WarnFormat ( string format ) : void

Override the wrapper for log4net ILog WarnFormat

Private Methods

Method Description
Reflect ( ) : void

Interrogate log4net

Method Details

Debug() public method

Override the wrapper for log4net ILog Debug
public Debug ( string message ) : void
message string
return void

Debug() public method

Override the wrapper for log4net ILog Debug
public Debug ( string message, System exception ) : void
message string
exception System
return void

DebugFormat() public method

Override the wrapper for log4net ILog DebugFormat
public DebugFormat ( string format ) : void
format string
return void

Error() public method

Override the wrapper for log4net ILog Error
public Error ( string message ) : void
message string
return void

Error() public method

Override the wrapper for log4net ILog Error
public Error ( string message, System exception ) : void
message string
exception System
return void

ErrorFormat() public method

Override the wrapper for log4net ILog ErrorFormat
public ErrorFormat ( string format ) : void
format string
return void

Info() public method

Override the wrapper for log4net ILog Info
public Info ( string message ) : void
message string
return void

Info() public method

Override the wrapper for log4net ILog Info
public Info ( string message, System exception ) : void
message string
exception System
return void

InfoFormat() public method

Override the wrapper for log4net ILog InfoFormat
public InfoFormat ( string format ) : void
format string
return void

Log4netLogger() public method

public Log4netLogger ( Type givenType ) : System
givenType System.Type
return System

Warn() public method

Override the wrapper for log4net ILog Warn
public Warn ( string message ) : void
message string
return void

Warn() public method

Override the wrapper for log4net ILog Warn
public Warn ( string message, System exception ) : void
message string
exception System
return void

WarnFormat() public method

Override the wrapper for log4net ILog WarnFormat
public WarnFormat ( string format ) : void
format string
return void