Helper class which extends the System.Diagnostics.TraceSource class by an own customized layout
of the messages. For example, a time stamp is added and unnecessary information (event id) is
removed.
Inheritance Hierarchy SystemObject
Ptv.XServer.Controls.Map.ToolsLogger
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax The Logger type exposes the following members.
Constructors
| Name | Description |
---|
| Logger | Constructor initializes the incorporated TraceSource instance. |
TopMethods
| Name | Description |
---|
| Write | Writes a message to each listener (without an additional new line), if event type is not filtered. |
| Writeline | Writes a message to each listener (including an additional new line), if event type is not filtered. |
TopExtension Methods
| Name | Description |
---|
| ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |
TopSee Also