Variable: logger
constlogger:Logger
Defined in: src/global/logger.ts:166
Logger instance, use for the system logging. Higher the logger level index, higher the LogLevel required to display log. Default should be INFO
DEBUG: 5, INFO: 4, WARN: 3, ERROR: 2, FATAL: 1,