ILogEventConverter Interface
Used by ILoggerController to convert complex logging events (values, stack traces) to simpler ones (text).
The ILogEventConverter type exposes the following members.
Show:
Name | Description | |
---|---|---|
GetEventType | Represents method | |
HandleEvent(ILoggerController,TLogEvent) | Consume the event and return |
Implementations should use SendToAppenders method of the controller to prevent stack overflow.
Note that only one converter may consume the event, once
HandleEvent
returns True
enumeration of converters is
stopped.