property Logger: TScLogger;
Description
The Logger property determines an object to write debug, error, informational and warning messages.
To log various messages, TScHubConnection calls the corresponding events of the TScLogger class. By default, messages are not written anywhere. To handle messages in some way, a user must set the event handlers for the necessary types of messages.