Internal Logger utility for the TECSAFE Widget SDK. Uses a singleton pattern to manage log levels globally.
Readonly
Logs a debug message to the console.
Rest
One or more string arguments to log.
Logs an error message to the console.
Logs an informational message to the console.
Sets the current log level. Only messages with a priority equal to or higher than this level will be output to the console.
The desired logging severity level.
Logs a warning message to the console.
Static
Retrieves the singleton instance of the Logger. Creates the instance if it does not already exist.
The Logger instance.
Internal Logger utility for the TECSAFE Widget SDK. Uses a singleton pattern to manage log levels globally.