C# Class PayPal.Log.Logger

Afficher le fichier Open project: paypal/PayPal-NET-SDK

Méthodes publiques

Méthode Description
Debug ( string message ) : void

Call loggers' Debug

Debug ( string message, System exception ) : void

Call loggers' Debug

DebugFormat ( string format ) : void

Call loggers' DebugFormat

Error ( string message ) : void

Call loggers' Error

Error ( string message, System exception ) : void

Call loggers' Error

ErrorFormat ( string format ) : void

Call loggers' ErrorFormat

Flush ( ) : void

Flush the loggers

GetLogger ( Type givenType ) : Logger
Info ( string message ) : void

Call loggers' Info

Info ( string message, System exception ) : void

Call loggers' Info

InfoFormat ( string format ) : void

Call loggers' InfoFormat

Warn ( string message ) : void

Call loggers' Warn

Warn ( string message, System exception ) : void

Call loggers' Warn

WarnFormat ( string format ) : void

Call loggers' WarnFormat

Private Methods

Méthode Description
ConfigureLoggers ( ) : void
Logger ( Type givenType ) : System

Method Details

Debug() public méthode

Call loggers' Debug
public Debug ( string message ) : void
message string
Résultat void

Debug() public méthode

Call loggers' Debug
public Debug ( string message, System exception ) : void
message string
exception System
Résultat void

DebugFormat() public méthode

Call loggers' DebugFormat
public DebugFormat ( string format ) : void
format string
Résultat void

Error() public méthode

Call loggers' Error
public Error ( string message ) : void
message string
Résultat void

Error() public méthode

Call loggers' Error
public Error ( string message, System exception ) : void
message string
exception System
Résultat void

ErrorFormat() public méthode

Call loggers' ErrorFormat
public ErrorFormat ( string format ) : void
format string
Résultat void

Flush() public méthode

Flush the loggers
public Flush ( ) : void
Résultat void

GetLogger() public static méthode

public static GetLogger ( Type givenType ) : Logger
givenType Type
Résultat Logger

Info() public méthode

Call loggers' Info
public Info ( string message ) : void
message string
Résultat void

Info() public méthode

Call loggers' Info
public Info ( string message, System exception ) : void
message string
exception System
Résultat void

InfoFormat() public méthode

Call loggers' InfoFormat
public InfoFormat ( string format ) : void
format string
Résultat void

Warn() public méthode

Call loggers' Warn
public Warn ( string message ) : void
message string
Résultat void

Warn() public méthode

Call loggers' Warn
public Warn ( string message, System exception ) : void
message string
exception System
Résultat void

WarnFormat() public méthode

Call loggers' WarnFormat
public WarnFormat ( string format ) : void
format string
Résultat void