C# Class PayPal.Log.Log4netLogger

Wrapper for reflected log4net
Inheritance: BaseLogger
Afficher le fichier Open project: paypal/PayPal-NET-SDK

Méthodes publiques

Méthode 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

Méthode Description
Reflect ( ) : void

Interrogate log4net

Method Details

Debug() public méthode

Override the wrapper for log4net ILog Debug
public Debug ( string message ) : void
message string
Résultat void

Debug() public méthode

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

DebugFormat() public méthode

Override the wrapper for log4net ILog DebugFormat
public DebugFormat ( string format ) : void
format string
Résultat void

Error() public méthode

Override the wrapper for log4net ILog Error
public Error ( string message ) : void
message string
Résultat void

Error() public méthode

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

ErrorFormat() public méthode

Override the wrapper for log4net ILog ErrorFormat
public ErrorFormat ( string format ) : void
format string
Résultat void

Info() public méthode

Override the wrapper for log4net ILog Info
public Info ( string message ) : void
message string
Résultat void

Info() public méthode

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

InfoFormat() public méthode

Override the wrapper for log4net ILog InfoFormat
public InfoFormat ( string format ) : void
format string
Résultat void

Log4netLogger() public méthode

public Log4netLogger ( Type givenType ) : System
givenType System.Type
Résultat System

Warn() public méthode

Override the wrapper for log4net ILog Warn
public Warn ( string message ) : void
message string
Résultat void

Warn() public méthode

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

WarnFormat() public méthode

Override the wrapper for log4net ILog WarnFormat
public WarnFormat ( string format ) : void
format string
Résultat void