C# Class GSF.Diagnostics.LogFileReader

A method to read all of the logs in a single file.
Show file Open project: GridProtectionAlliance/gsf

Public Methods

Method Description
Read ( string logFileName ) : List

Reads all log messages from the supplied file.

Method Details

Read() public static method

Reads all log messages from the supplied file.
public static Read ( string logFileName ) : List
logFileName string
return List