Table of Contents

TSocketHttpServer.LogEngine Property

Gets or sets the log engine that receives the server error and diagnostic messages.

Remarks

The value is also forwarded to the dispatcher, so unhandled module exceptions are logged to the same engine. When nil (the default), messages are discarded.

Syntax

Unit: Sparkle.Socket.Server

property TSocketHttpServer.LogEngine: ILogEngine

See also