C# 클래스 TastyDomainDriven.TheLogger

파일 보기 프로젝트 열기: jaceenet/TastyDomainDriven 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LogException Action
LogMessage TheLogLevel>.Action

공개 메소드들

메소드 설명
Debug ( string msg, Exception ex = null ) : void
DebugFormat ( string msg ) : void
Info ( string msg, Exception ex = null ) : void
InfoFormat ( string msg ) : void
Instance ( ) : TheLogger
TheLogger ( ) : System
ToConsole ( ) : TheLogger
WarnFormat ( string msg ) : void

메소드 상세

Debug() 공개 메소드

public Debug ( string msg, Exception ex = null ) : void
msg string
ex System.Exception
리턴 void

DebugFormat() 공개 메소드

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

Info() 공개 메소드

public Info ( string msg, Exception ex = null ) : void
msg string
ex System.Exception
리턴 void

InfoFormat() 공개 메소드

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

Instance() 공개 정적인 메소드

public static Instance ( ) : TheLogger
리턴 TheLogger

TheLogger() 공개 메소드

public TheLogger ( ) : System
리턴 System

ToConsole() 공개 메소드

public ToConsole ( ) : TheLogger
리턴 TheLogger

WarnFormat() 공개 메소드

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

프로퍼티 상세

LogException 공개적으로 프로퍼티

public Action LogException
리턴 Action

LogMessage 공개적으로 프로퍼티

public Action LogMessage
리턴 TheLogLevel>.Action