C# Class PayPal.Log.DiagnosticsLogger

System.Diagnostics wrapper
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 System.Diagnostics TraceEventType.Verbose

Debug ( string message, System exception ) : void

Override the wrapper for System.Diagnostics TraceEventType.Verbose

DebugFormat ( string format ) : void

Override the wrapper for System.Diagnostics TraceEventType.Verbose overload

DiagnosticsLogger ( Type givenType ) : System

Initializes a new instance of the DiagnosticsLogger class.

Error ( string message ) : void

Override the wrapper for System.Diagnostics TraceEventType.Error

Error ( string message, System exception ) : void

Override the wrapper for System.Diagnostics TraceEventType.Error

ErrorFormat ( string format ) : void

Override the wrapper for System.Diagnostics TraceEventType.Error overload

Flush ( ) : void

Override flush

Info ( string message ) : void

Override the wrapper for System.Diagnostics TraceEventType.Information

Info ( string message, System exception ) : void

Override the wrapper for System.Diagnostics TraceEventType.Information

InfoFormat ( string format ) : void

Override the wrapper for System.Diagnostics TraceEventType.Information overload

Warn ( string message ) : void

Override the wrapper for System.Diagnostics TraceEventType.Warning

Warn ( string message, System exception ) : void

Override the wrapper for System.Diagnostics TraceEventType.Warning

WarnFormat ( string format ) : void

Override the wrapper for System.Diagnostics TraceEventType.Warning overload

Method Details

Debug() public méthode

Override the wrapper for System.Diagnostics TraceEventType.Verbose
public Debug ( string message ) : void
message string
Résultat void

Debug() public méthode

Override the wrapper for System.Diagnostics TraceEventType.Verbose
public Debug ( string message, System exception ) : void
message string
exception System
Résultat void

DebugFormat() public méthode

Override the wrapper for System.Diagnostics TraceEventType.Verbose overload
public DebugFormat ( string format ) : void
format string
Résultat void

DiagnosticsLogger() public méthode

Initializes a new instance of the DiagnosticsLogger class.
public DiagnosticsLogger ( Type givenType ) : System
givenType System.Type The type associated with this logger.
Résultat System

Error() public méthode

Override the wrapper for System.Diagnostics TraceEventType.Error
public Error ( string message ) : void
message string
Résultat void

Error() public méthode

Override the wrapper for System.Diagnostics TraceEventType.Error
public Error ( string message, System exception ) : void
message string
exception System
Résultat void

ErrorFormat() public méthode

Override the wrapper for System.Diagnostics TraceEventType.Error overload
public ErrorFormat ( string format ) : void
format string
Résultat void

Flush() public méthode

Override flush
public Flush ( ) : void
Résultat void

Info() public méthode

Override the wrapper for System.Diagnostics TraceEventType.Information
public Info ( string message ) : void
message string
Résultat void

Info() public méthode

Override the wrapper for System.Diagnostics TraceEventType.Information
public Info ( string message, System exception ) : void
message string
exception System
Résultat void

InfoFormat() public méthode

Override the wrapper for System.Diagnostics TraceEventType.Information overload
public InfoFormat ( string format ) : void
format string
Résultat void

Warn() public méthode

Override the wrapper for System.Diagnostics TraceEventType.Warning
public Warn ( string message ) : void
message string
Résultat void

Warn() public méthode

Override the wrapper for System.Diagnostics TraceEventType.Warning
public Warn ( string message, System exception ) : void
message string
exception System
Résultat void

WarnFormat() public méthode

Override the wrapper for System.Diagnostics TraceEventType.Warning overload
public WarnFormat ( string format ) : void
format string
Résultat void