💬Logger

This package exports a custom Winston Logger to quickly debug and log various features of your application.

Installation

Install the package in your project directory with:

npm install @augustdigital/logger

You can import individual methods and constants from the utilities package with the following:

import { createLogger } from '@augustdigital/logger';

Then initialized by:

const augustLogger = createLogger('application-name')

Last updated