TLogEventConverterBase.HandleEvent(ILoggerController,TLogEvent) Method

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

Namespace: Spring.Logging.Extensions
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.

Implements

ILogEventConverter.HandleEvent(ILoggerController,TLogEvent)