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.165 -- Release Build+c5c5438fa1484896bd3bdb0196ac975199ade88c
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