Writes the message.

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

Syntax

C#
public void WriteMsg(
	string machine,
	string machineType,
	string subsystem,
	string appName,
	EntryPtMsgType type,
	int code,
	DateTime date,
	string file,
	int line,
	string msg
)
Visual Basic (Declaration)
Public Sub WriteMsg ( _
	machine As String, _
	machineType As String, _
	subsystem As String, _
	appName As String, _
	type As EntryPtMsgType, _
	code As Integer, _
	date As DateTime, _
	file As String, _
	line As Integer, _
	msg As String _
)
Visual C++
public:
virtual void WriteMsg(
	String^ machine, 
	String^ machineType, 
	String^ subsystem, 
	String^ appName, 
	EntryPtMsgType type, 
	int code, 
	DateTime date, 
	String^ file, 
	int line, 
	String^ msg
) sealed

Parameters

machine
Type: System..::.String
Machine.
machineType
Type: System..::.String
machine type.
subsystem
Type: System..::.String
Subsystem.
appName
Type: System..::.String
Name of the app.
type
Type: EntryPtMsgType
Type.
code
Type: System..::.Int32
Code.
date
Type: System..::.DateTime
Date.
file
Type: System..::.String
File.
line
Type: System..::.Int32
Line.
msg
Type: System..::.String
message.

Implements

IAppServerLog3..::.WriteMsg(String, String, String, String, EntryPtMsgType, Int32, DateTime, String, Int32, String)

See Also