C# Класс PayPal.Log.DiagnosticsLogger

System.Diagnostics wrapper
Наследование: BaseLogger
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Debug() публичный Метод

Override the wrapper for System.Diagnostics TraceEventType.Verbose
public Debug ( string message ) : void
message string
Результат void

Debug() публичный Метод

Override the wrapper for System.Diagnostics TraceEventType.Verbose
public Debug ( string message, System exception ) : void
message string
exception System
Результат void

DebugFormat() публичный Метод

Override the wrapper for System.Diagnostics TraceEventType.Verbose overload
public DebugFormat ( string format ) : void
format string
Результат void

DiagnosticsLogger() публичный Метод

Initializes a new instance of the DiagnosticsLogger class.
public DiagnosticsLogger ( Type givenType ) : System
givenType System.Type The type associated with this logger.
Результат System

Error() публичный Метод

Override the wrapper for System.Diagnostics TraceEventType.Error
public Error ( string message ) : void
message string
Результат void

Error() публичный Метод

Override the wrapper for System.Diagnostics TraceEventType.Error
public Error ( string message, System exception ) : void
message string
exception System
Результат void

ErrorFormat() публичный Метод

Override the wrapper for System.Diagnostics TraceEventType.Error overload
public ErrorFormat ( string format ) : void
format string
Результат void

Flush() публичный Метод

Override flush
public Flush ( ) : void
Результат void

Info() публичный Метод

Override the wrapper for System.Diagnostics TraceEventType.Information
public Info ( string message ) : void
message string
Результат void

Info() публичный Метод

Override the wrapper for System.Diagnostics TraceEventType.Information
public Info ( string message, System exception ) : void
message string
exception System
Результат void

InfoFormat() публичный Метод

Override the wrapper for System.Diagnostics TraceEventType.Information overload
public InfoFormat ( string format ) : void
format string
Результат void

Warn() публичный Метод

Override the wrapper for System.Diagnostics TraceEventType.Warning
public Warn ( string message ) : void
message string
Результат void

Warn() публичный Метод

Override the wrapper for System.Diagnostics TraceEventType.Warning
public Warn ( string message, System exception ) : void
message string
exception System
Результат void

WarnFormat() публичный Метод

Override the wrapper for System.Diagnostics TraceEventType.Warning overload
public WarnFormat ( string format ) : void
format string
Результат void