1.0.7 • Published 1 year ago

js-context-logger v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

JS Context Logger

A simple context Logger

Install

You can install the package using the npm registry by running:

npm i js-context-logger

Basic Usage

You can use the package with:

import {Logger} from 'js-context-logger';

// ...

const logger = new Logger('Context');

logger.log('Some logging message');
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago