TLogEventConverterBase Class
Represents type TLogEventConverterBase
.
TInterfacedObject
Spring.Logging.Extensions.TLogEventConverterBase
Spring.Logging.Extensions.TCallStackEventConverter
Spring.Logging.Serializers.TSerializerBase
Spring.Logging.Extensions.TLogEventConverterBase
Spring.Logging.Extensions.TCallStackEventConverter
Spring.Logging.Serializers.TSerializerBase
type TLogEventConverterBase = class abstract(TInterfacedObject, ILogEventConverter) end;
The TLogEventConverterBase type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | Create(TLogEventType) | Initializes a new instance of the TLogEventConverterBase class. |
Show:
Name | Description | |
---|---|---|
![]() | CanHandleEvent(TLogEvent) | Represents method |
![]() | Execute(ILoggerController,TLogEvent) | Represents method |
![]() | GetEventType | Represents method |
![]() | HandleEvent(ILoggerController,TLogEvent) | Consume the event and return |