JSPM

  • Created
  • Published
  • Downloads 1141
  • Score
    100M100P100Q99603F
  • License Apache-2.0

Common logging output for Exogee projects

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@exogee/logger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Logger logger

    Common logging output in JSON format.

    Usage

        import { logger } from '@exogee/logger';
    
        logger.trace(`This is a trace line.`);
        logger.error(`This is an error line.`);
        logger.info(`This is an info line.`);
        logger.warn(`This is a warning line`);

    Documentation

    Comprehensive documentation and usage examples can be found on our Docs Site. It covers installation instructions, detailed API documentation, and guides to help you get started with Graphweaver.

    Graphweaver CLI graphweaver

    The Graphweaver Command Line Interface (CLI) tool enables you to set up and manage Graphweaver using commands in your command-line shell. Check the graphweaver npm package here.