1.0.3 • Published 3 years ago

colorful-debugger v1.0.3

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

Colorful Debugger

https://github.com/rhea-so/ColorfulDebugger/blob/main/example.png?raw=true

Usage

// Javascript
require('colorful-debugger').active();

console.log('Hi, there!');
console.info('Hi, there!');
console.warn('Hi, there!');
console.error('Hi, there!');

// Typescript
import { active } from 'colorful-debugger';

active();

console.log('Hi, there!');
console.info('Hi, there!');
console.warn('Hi, there!');
console.error('Hi, there!');

Output Example

021-07-06 13:47:54:329 [DEBUG] Hi, there!

Support Git History

Credits

Based on these amazing projects:

License

MIT

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago