1.0.7 • Published 2 years ago

enhance-log v1.0.7

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

Simple/lazy but pretty console logging for TS/JS projects

Main features:

Log.i("Here's some info for ya");

Log.d("Something debug this way comes");

Log.w("WARNING! Something undesirable happened");

Log.c("#FFC0CB", "Looking pretty in pink");

Log.e("ERROR! Something really bad has happened");

Log.throw("ERROR! I give up");

Set default colours with:

Log.color.info = "blue";
Log.color.debug = "green";
Log.color.warn = "orange";
Log.color.error = "purple";

Installation

$> npm i enhance-log

Contributors

Luke Trimby

Licence

MIT

1.0.7

2 years ago

1.0.6

2 years 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