TApxProtocol.ProtocolLog

TApxProtocol

property ProtocolLog : TApxProtocolLog

An instance of a protocol logging component.

If ProtocolLog is nil, as it is by default, the protocol does not perform any automatic logging. You can install an OnProtocolLog event handler to perform logging in this case.

If you create an instance of a TApxProtocolLog class, or a descendant thereof, and assign it to ProtocolLog, the protocol will log itself automatically.