From 4b859823da783c30313b8d32f5953fab15950ad1 Mon Sep 17 00:00:00 2001 From: "Liu, An-Chi" Date: Sat, 29 Jun 2024 17:53:47 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1598042..c3460e0 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ # Node Color Log -The more powerful JavaScript logger for NodeJS and browsers. +A lightweight and more JavaScript logger for NodeJS and browsers. -`node-color-log` is a logger package for NodeJS and browsers. It provides more functions than the origin `console.log`. You can log text with colorful font and colorful background. Also, it has 4 levels log, including `debug`, `info`, `warn`and `error`. Give you much better experience while developing JavaScript projects. +`node-color-log` is a logger package for NodeJS and browsers. It provides more functions than the origin `console.log`. You can log text with colorful fonts and colorful backgrounds. Also, it has 4 levels log, including `debug`, `info`, `warn` and `error`. Give you a much better experience while developing JavaScript projects. + +Winston and Pino are famous loggers for JaveScript, but they are too heavy and fancy. Sometimes we just want to have a simple logger, and don't want to spend time learning a fancy library. Then, `node-color-log` is your best choice. ## Demo