Click or drag to resize

Logger Constructor

Constructor initializes the incorporated TraceSource instance.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public Logger(
	string name
)

Parameters

name
Type: SystemString
Name for the TraceSource instance.
See Also