LogFileReaderRead Method

Reads all log messages from the supplied file.

Definition

Namespace: Gemstone.Diagnostics.Utilities
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.175 -- Release Build+c17d9a0be4a12d18fcaf0b89389bc3af1b1cd7d1
public static List<LogMessage> Read(
	string logFileName
)

Parameters

logFileName  String

[Missing <param name="logFileName"/> documentation for "M:Gemstone.Diagnostics.Utilities.LogFileReader.Read(System.String)"]

Return Value

ListLogMessage

[Missing <returns> documentation for "M:Gemstone.Diagnostics.Utilities.LogFileReader.Read(System.String)"]

See Also