C# 클래스 PowerDeploy.Core.Logging.DebugLogger

Default logger is to System.Diagnostics.Debug.WriteLine Made public so its testable
https://github.com/ServiceStackV3/ServiceStackV3 BSD Licence.
상속: ILog
파일 보기 프로젝트 열기: tobiaszuercher/PowerDeploy

공개 메소드들

메소드 설명
Debug ( object message ) : void
Debug ( object message, Exception exception ) : void
DebugFormat ( string format ) : void
DebugLogger ( Type type ) : System

Initializes a new instance of the DebugLogger class.

DebugLogger ( string type ) : System

Initializes a new instance of the DebugLogger class.

Error ( object message ) : void
Error ( object message, Exception exception ) : void
ErrorFormat ( string format ) : void
Fatal ( object message ) : void
Fatal ( object message, Exception exception ) : void
FatalFormat ( string format ) : void
Info ( object message ) : void
Info ( object message, Exception exception ) : void
InfoFormat ( string format ) : void
Print ( object message ) : void
PrintFormat ( string format ) : void
Warn ( object message ) : void
Warn ( object message, Exception exception ) : void
WarnFormat ( string format ) : void

비공개 메소드들

메소드 설명
Log ( object message ) : void

Logs the specified message.

Log ( object message, Exception exception ) : void

Logs the specified message.

LogFormat ( object message ) : void

Logs the format.

메소드 상세

Debug() 공개 메소드

public Debug ( object message ) : void
message object
리턴 void

Debug() 공개 메소드

public Debug ( object message, Exception exception ) : void
message object
exception System.Exception
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( string format ) : void
format string
리턴 void

DebugLogger() 공개 메소드

Initializes a new instance of the DebugLogger class.
public DebugLogger ( Type type ) : System
type System.Type
리턴 System

DebugLogger() 공개 메소드

Initializes a new instance of the DebugLogger class.
public DebugLogger ( string type ) : System
type string
리턴 System

Error() 공개 메소드

public Error ( object message ) : void
message object
리턴 void

Error() 공개 메소드

public Error ( object message, Exception exception ) : void
message object
exception System.Exception
리턴 void

ErrorFormat() 공개 메소드

public ErrorFormat ( string format ) : void
format string
리턴 void

Fatal() 공개 메소드

public Fatal ( object message ) : void
message object
리턴 void

Fatal() 공개 메소드

public Fatal ( object message, Exception exception ) : void
message object
exception System.Exception
리턴 void

FatalFormat() 공개 메소드

public FatalFormat ( string format ) : void
format string
리턴 void

Info() 공개 메소드

public Info ( object message ) : void
message object
리턴 void

Info() 공개 메소드

public Info ( object message, Exception exception ) : void
message object
exception System.Exception
리턴 void

InfoFormat() 공개 메소드

public InfoFormat ( string format ) : void
format string
리턴 void

Print() 공개 메소드

public Print ( object message ) : void
message object
리턴 void

PrintFormat() 공개 메소드

public PrintFormat ( string format ) : void
format string
리턴 void

Warn() 공개 메소드

public Warn ( object message ) : void
message object
리턴 void

Warn() 공개 메소드

public Warn ( object message, Exception exception ) : void
message object
exception System.Exception
리턴 void

WarnFormat() 공개 메소드

public WarnFormat ( string format ) : void
format string
리턴 void