@avanio/logger-like
    Preparing search index...

    @avanio/logger-like

    @avanio/logger-like

    TypeScript npm version Maintainability github action

    Generic logger utilities and tools for TypeScript/JavaScript projects.

    This package main components:

    • A common ILoggerLike logger interface that works with console, winston, and log4js.
    • A LevelLogger logger class implementation that can set log levels and acts as filter for the actual logger implementation.
    • A PrefixLogger logger class implementation that can add a prefix to the log messages.
    • A MapLogger, logger class implementation that can be used to map log levels to different log keys.

    See full Documentation for more details.

    npm install @avanio/logger-like