Click or drag to resize

Logger Methods

The Logger type exposes the following members.

Methods
  NameDescription
Public methodWrite
Writes a message to each listener (without an additional new line), if event type is not filtered.
Public methodWriteline
Writes a message to each listener (including an additional new line), if event type is not filtered.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also