C# 클래스 CostEffectiveCode.NLog.Logger

상속: CostEffectiveCode.Common.ILogger
파일 보기 프로젝트 열기: hightechtoday/costeffectivecode

공개 메소드들

메소드 설명
Debug ( string message ) : void
DebugFormat ( string message ) : void
Error ( Exception exception ) : void
Error ( object message ) : void
Error ( string unexpectedError, Exception exception ) : void
ErrorFormat ( string message ) : void
Fatal ( Exception exception ) : void
Info ( string message ) : void
Logger ( ) : System
Warning ( string message ) : void

메소드 상세

Debug() 공개 메소드

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

DebugFormat() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

public Error ( string unexpectedError, Exception exception ) : void
unexpectedError string
exception System.Exception
리턴 void

ErrorFormat() 공개 메소드

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

Fatal() 공개 메소드

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

Info() 공개 메소드

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

Logger() 공개 메소드

public Logger ( ) : System
리턴 System

Warning() 공개 메소드

public Warning ( string message ) : void
message string
리턴 void