A simplistic logger that logs to the frontend console any logs that are above the configured log level.
Log a debug message to the console
Rest
Log an error message to the console
Protected
Format a log message for the console
Log a info message to the console
Return true if the given level is the same or higher than the configured log level
Log a warning message to the console
Generated using TypeDoc
A simplistic logger that logs to the frontend console any logs that are above the configured log level.