C# Class Automatak.Simulator.Commons.LogToFile

Inheritance: ILog
Show file Open project: automatak/dnp3-simulator Class Usage Examples

Public Methods

Method Description
LogToFile ( ) : System
Shutdown ( ) : void

Private Methods

Method Description
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

Method Details

LogToFile() public method

public LogToFile ( ) : System
return System

Shutdown() public method

public Shutdown ( ) : void
return void