$lightningLog
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Param | Type | Details |
|---|---|---|
| file | string | The file the message is coming from |
| message | string | The message to be displayed |
$lightningLog.debug(instance,message);
| Param | Type | Details |
|---|---|---|
| file | string | The file the message is coming from |
| message | string | The message to be displayed |
$lightningLog.error(instance,message);
| Param | Type | Details |
|---|---|---|
| file | string | The file the message is coming from |
| message | string | The message to be displayed |
$lightningLog.warn(instance,message);
Was this page helpful?