TTMSMCPClient.Logging Property
Determines whether log records are appended to the file named by
LogFileName:Truewrites each record to that file,False, the default, writes nothing.
API unit family: TMS.MCP.Client
Declaring type: TTMSMCPClient
Inherited from: TTMSMCPCustomClient
Type: Boolean
Syntax
property Logging: Boolean;
Default: False
Remarks
The setting is passed on to the model connection, so it covers both the exchanges with the servers and the exchanges with the model service. Nothing is written while no file name is set. The log event is raised regardless of this setting.