2.0.1 • Published 3 years ago

abbie v2.0.1

Weekly downloads
159
License
MIT
Repository
github
Last release
3 years ago

Abbie

License: MIT npm version Build Status

A simple, clean, javascript logger

Usage

Usage

It's super simple. Just like console.log

Use with Javascript

const { log, warn, error, good, debug } = require('abbie');

log("Hey y'all wassup");
warn('Something nearly failed...');
error('Oopsie i made a booboo and this is an error');
good('This is some good news!');
debug("This won't be in production");

Use with Typescript

import { log, warn, error, good, debug } from 'abbie';

log("Hey y'all wassup");
warn('Something nearly failed...');
error('Oopsie i made a booboo and this is an error');
good('This is some good news!');
debug("This won't be in production");

Test it out on npm RunKit

Developed with ❤️ by jamesinaxx

2.0.1

3 years ago

2.0.0

3 years ago

1.1.9

3 years ago

1.1.7

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago