Library API
    Preparing search index...

    Class Logger

    A lightweight, dependency-free namespaced logger. Decoupled from error handling and boundaries, utilizing standard console methods. Supports configurable log levels and structured object output.

    const log = new Logger('App', LOG.Debug);
    log.info('Started'); // [App] Started
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    level: 0 | 1 | 2 | 3 | 4 | 5

    The current verbosity level

    Methods