C# 클래스 PayPal.Log.DiagnosticsLogger

System.Diagnostics wrapper
상속: BaseLogger
파일 보기 프로젝트 열기: paypal/PayPal-NET-SDK

공개 메소드들

메소드 설명
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