@codification/cutwater-logging
TypeScript icon, indicating that this package has built-in type declarations

0.35.31 • Public • Published

@codification/cutwater-logging

A library providing easy logging capabilities for both the browser and server-side.

Installation

Via npm:

npm install @codification/cutwater-logging

Via yarn:

yarn add @codification/cutwater-logging

Documentation

Quick Start Guide

Logging

import { LoggerFactory } from 'cutwater-core';

const LOG = LoggerFactory.getLogger();
LOG.info('Hey, here is a log message.');
LOG.debug('Examine this object: %j', someObj);

Package Sidebar

Install

npm i @codification/cutwater-logging

Weekly Downloads

18

Version

0.35.31

License

Apache-2.0

Unpacked Size

52.5 kB

Total Files

43

Last publish

Collaborators

  • wweiss