ReportActiveDispatchers Method
Logs a "Now listening on" line for each server connected to an active dispatcher component owned by AComponent -- or a "no active dispatchers" line when there is none.
Remarks
Typically the last line of a server data module's OnCreate, right after the dispatcher is started. Goes through Sparkle.Host.Log: the console when run interactively, the log file when run as a service or daemon.
Syntax
Unit: Sparkle.Host.Components
procedure ReportActiveDispatchers(AComponent: TComponent);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AComponent | TComponent |