Logger Methods |
The Logger type exposes the following members.
| 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. |
| Name | Description | |
|---|---|---|
| ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |