ILogEngine Interface
Receives log messages produced by the Sparkle framework.
Remarks
Implement this interface and assign the implementation to the LogEngine property of servers, dispatchers or modules to capture their error and diagnostic messages.
Syntax
Unit: Sparkle.Logger
ILogEngine = interface(IInterface);
Methods
| Name | Description |
|---|---|
| Log | Processes a log message. |