A lightweight, dependency-free namespaced logger.
Decoupled from error handling and boundaries, utilizing standard console methods.
Supports configurable log levels and structured object output.
Example
constlog = newLogger('App', LOG.Debug); log.info('Started'); // [App] Started
A lightweight, dependency-free namespaced logger. Decoupled from error handling and boundaries, utilizing standard
consolemethods. Supports configurable log levels and structured object output.Example