log4js-api
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

log4js-api

NPM Github Workflow Status Codecov Semantic-Release

Provide fixed implementation for https://github.com/log4js-node/log4js-api

Usage

import * as log4js from 'log4js-api';
 
const logger = log4js.getLogger('my-library');
logger.info("Library starting up");
 

Dependencies (0)

    Dev Dependencies (16)

    Package Sidebar

    Install

    npm i log4js-api

    Weekly Downloads

    43

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    6.27 kB

    Total Files

    5

    Last publish

    Collaborators

    • aquariuslt