Property Log
Log
Provides access to the logging interface for the script.
Declaration
IFluentLog Log { get; }
Property Value
Type | Description |
---|---|
IFluentLog | The IFluentLog used for logging script-related messages. |
Remarks
This property exposes a logging interface that scripts can use to log messages, warnings, and errors. The logging is integrated with the Aura event logging system, allowing scripts to contribute to the application's diagnostic logs.