C# 클래스 ATMLManagerLibrary.controllers.LogFileController

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench

공개 메소드들

메소드 설명
LogFileController ( ) : System
OpenLogFile ( string &fileName ) : bool

비공개 메소드들

메소드 설명
BuildLogFileName ( ) : void
Instance_OnDebug ( string message, object source = null ) : void
Instance_OnError ( string message, string stackTrace, object source = null ) : void
Instance_OnInfo ( string message, object source = null ) : void
Instance_OnTrace ( string message, object source = null ) : void
Instance_OnWarn ( string message, object source = null ) : void
LogDebugMessages ( ) : bool
LogToFile ( ) : bool
WriteMessage ( string level, string message ) : void
WriteMessage ( string level, string message, string stackTrace ) : void

메소드 상세

LogFileController() 공개 메소드

public LogFileController ( ) : System
리턴 System

OpenLogFile() 공개 메소드

public OpenLogFile ( string &fileName ) : bool
fileName string
리턴 bool