C# 클래스 c24.Sqlizer.Infrastructure.Logging.SimpleLogger

상속: ILogger
파일 보기 프로젝트 열기: CHECK24/c24.Sqlizer 1 사용 예제들

공개 메소드들

메소드 설명
Log ( Exception e ) : void
Log ( string text ) : void
SimpleLogger ( string logsDirectory ) : System

비공개 메소드들

메소드 설명
CreateLoggerDirectoryIfNeeded ( string logsDirectory ) : void
GetFormatedText ( string text ) : string
Log2Console ( string text ) : void
Log2File ( string text ) : void

메소드 상세

Log() 공개 메소드

public Log ( Exception e ) : void
e System.Exception
리턴 void

Log() 공개 메소드

public Log ( string text ) : void
text string
리턴 void

SimpleLogger() 공개 메소드

public SimpleLogger ( string logsDirectory ) : System
logsDirectory string
리턴 System