TLogEventType.SerializedData EnumMember

Definition

Should only be called if serialized data (object, record, etc.) is sent to the appender. The appender may treat it in a specific way. No one else should use this event type. If this level is not set, data serialization logging will be disabled completely.

Delphi
const SerializedData = TLogEventType(3)

Value