Opens the specified name of the log file.

Namespace:  GrassValley.Mseries.AppServerLog
Assembly:  GrassValley.Mseries.AppServerLog (in GrassValley.Mseries.AppServerLog.dll) Version: 1.0.0.0

Syntax

C#
public void Open(
	string fileName
)
Visual Basic (Declaration)
Public Sub Open ( _
	fileName As String _
)
Visual C++
public:
virtual void Open(
	String^ fileName
) sealed

Parameters

fileName
Type: System..::.String
Name of the file.

Implements

IAppServerLog3..::.Open(String)

See Also