Click or drag to resize

LoggerWrite Method

Writes a message to each listener (without an additional new line), if event type is not filtered.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public void Write(
	TraceEventType eventType,
	string message
)

Parameters

eventType
Type: System.DiagnosticsTraceEventType
Level of logging, which may result in a filtering of this message.
message
Type: SystemString
Text which should be logged.
See Also