TTMSMCPServerBuilder.EnableLogging Method
Turns the logging capability on or off.
API unit family: TMS.MCP.Server
Declaring type: TTMSMCPServerBuilder
Syntax
class function EnableLogging(AEnable: Boolean = True): TTMSMCPServerBuilderClass;
Parameters
| Name | Description |
|---|---|
AEnable |
True to advertise logging so clients may select a severity and receive log notifications. Defaults to True. |
Returns
Builder class to chain the next step on.