Used by the framework to report errors, warnings and messages. By default, these messages are written to console.info/err/warn
You can customize where this information is sent by calling Logger.setLogger() and passing an ILogger implementation.
Get the current Logger instance.
Method used to log errors.
Method used to log info messages.
Method used to log warnings.
Set the instance that should be used for logging.
Generated using TypeDoc
Used by the framework to report errors, warnings and messages. By default, these messages are written to console.info/err/warn
You can customize where this information is sent by calling Logger.setLogger() and passing an ILogger implementation.