Cutwater

Cutwater

  • Docs
  • Help
  • GitHub

›API Reference

Introduction

  • Getting Started

API Reference

  • @codification/cutwater-build-core
  • @codification/cutwater-core
  • @codification/cutwater-node-core
  • @codification/cutwater-logging
  • @codification/cutwater-aws

@codification/cutwater-logging

@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

  • API 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);

Classes

  • ConsoleAppender
  • Level
  • LoggerFactory
  • LoggingEvent
  • SimpleLayout

Interfaces

  • Appender
  • Layout
  • Logger

← @codification/cutwater-node-core@codification/cutwater-aws →
  • Installation
  • Documentation
  • Quick Start Guide
    • Logging
    • Classes
    • Interfaces
Cutwater
Docs
Getting Started
Community
Stack Overflow
More
GitHubStar
Copyright © 2019 Codification.org