C# 클래스 Automatak.Simulator.Commons.LogToFile

상속: ILog
파일 보기 프로젝트 열기: automatak/dnp3-simulator 1 사용 예제들

공개 메소드들

메소드 설명
LogToFile ( ) : System
Shutdown ( ) : void

비공개 메소드들

메소드 설명
ChangeEnabledState ( bool value ) : void
ChangeFilePath ( string path ) : void
EnqueueMessage ( string msg ) : void
GetMessages ( ) : IEnumerable
ILog ( DisplayHint hint, string message ) : void
ILog ( DisplayHint hint, string filter, string alias, string message ) : void
ReadLogMessages ( ) : void
Run ( ) : void
WriteToFile ( string path, IEnumerable lines ) : bool

메소드 상세

LogToFile() 공개 메소드

public LogToFile ( ) : System
리턴 System

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void