Captures all log record information as a LogObj object
Log Level of log record
Classification of error
Content of log record
{LogObj} Wrapper object for log record
Retrieves the session ID from browser session storage, or generates a new one if not already present. The session ID helps to differentiate app logs if duplicate instances of the parent DaVinci App are loaded in multiple tabs.
Create a CRITICAL log. Deprecated, behaves the same as logCritical()
Content of log record
Error classification
Local time when log record was generated
This method will sync the logLevel with account level log level of the logged in user. User has to be logged in before calling this method.
Generates a random UUID. Method of generation is not secure. Only use this method to generate UUIDs if the UUID cannot be used to compromise data and system security.
{string} A randomly generated UUID
Generated using TypeDoc
Logger for AMC's DaVinci Apps. Logs are sent to cloud. Currently there is no way for 3rd party apps to make use of this.