The Logger type exposes the following members.

Events

  NameDescription
Public eventStatic memberClearMessages
Occurs when the Logger removes all log messages.
Public eventStatic memberNewMessage
Occurs when a new log message is added to the Logger. While subscription for this event, the Logger will notify the subscriber with all existing messages.

See Also