ILogEventConverter.HandleEvent(ILoggerController,TLogEvent) Method

Consume the event and return True if the event was processed.

Namespace: Spring.Logging
public
 function HandleEvent(const controller: ILoggerController;
 const event: TLogEvent): Boolean;

Parameters

controller
Type: ILoggerController

event
Type: TLogEvent

event being processed

owner

controller that can be used to output the data

Return Value

Type: Boolean

True if the event was processed or False otherwise.