Exports the log to the specified file.

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

Syntax

C#
void Export(
	string fileName
)
Visual Basic (Declaration)
Sub Export ( _
	fileName As String _
)
Visual C++
void Export(
	String^ fileName
)

Parameters

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

See Also