ark-logging
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

ark-logging CircleCI npm version

An npm package for easily calling the Ark logging microservice

Setup

npm install ark-logging

Usage

    import { ark } from "ark-logging"
    
    ark.setDevelopment(true); // Disables log service and uses console.log instead
    
    ark.error("message");
    ark.warn("message");
    ark.log("message");
    ark.debug("message");

Package Sidebar

Install

npm i ark-logging

Weekly Downloads

2

Version

0.0.15

License

ISC

Unpacked Size

12.9 kB

Total Files

13

Last publish

Collaborators

  • outstream
  • the-pied-piper