Writes the system message.

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

Syntax

C#
public void WriteSysMsg(
	string machineType,
	Object msg
)
Visual Basic (Declaration)
Public Sub WriteSysMsg ( _
	machineType As String, _
	msg As Object _
)
Visual C++
public:
virtual void WriteSysMsg(
	String^ machineType, 
	Object^ msg
) sealed

Parameters

machineType
Type: System..::.String
Machine type.
msg
Type: System..::.Object
message.

Implements

IAppServerLog3..::.WriteSysMsg(String, Object)

See Also