Unit
ScUtils
Description
The TScLogger class defines methods and events to write debug, error, informational, and warning messages.
To log messages of various types, the handler calls the corresponding events of this class. By default, log messages are not written anywhere. To handle messages, a user must setup event handlers for the required message types.
See also