C# 클래스 EditorEngine.Core.Logging.FileLogger

상속: ILogger
파일 보기 프로젝트 열기: continuoustests/EditorEngine

공개 메소드들

메소드 설명
FileLogger ( string filePath )
Write ( Exception ex ) : void
Write ( string message ) : void

비공개 메소드들

메소드 설명
getException ( Exception ex ) : string
write ( string message ) : void

메소드 상세

FileLogger() 공개 메소드

public FileLogger ( string filePath )
filePath string

Write() 공개 메소드

public Write ( Exception ex ) : void
ex Exception
리턴 void

Write() 공개 메소드

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