Gets the global singleton logger instance. If no logger exists, creates one with default configuration.
The global logger instance
const logger = getGlobalLogger();logger.info('Application started'); Copy
const logger = getGlobalLogger();logger.info('Application started');
Gets the global singleton logger instance. If no logger exists, creates one with default configuration.