C# Class openFLE.Logger

Inheritance: IDisposable
Mostrar archivo Open project: GridProtectionAlliance/openXDA

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
Open ( string logFile ) : Logger
WriteLine ( string line ) : void

Private Methods

Method Description
Logger ( string logFile ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Open() public static method

public static Open ( string logFile ) : Logger
logFile string
return Logger

WriteLine() public method

public WriteLine ( string line ) : void
line string
return void