Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "logtrine", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple object-oriented logger", | ||
@@ -5,0 +5,0 @@ "main": "src/logtrine.js", |
@@ -11,3 +11,3 @@ # Table of Content | ||
The module `logtrine` is based on a logging interface and currently provides a single implementation , the `ConsoleLogger`, that supports writing different log message types to the standard output. | ||
The module `logtrine` is an object-oriented logger, based on an interface and currently providing a single implementation , the `ConsoleLogger`, that supports writing different log message types to the standard output. | ||
@@ -14,0 +14,0 @@ Furthermore a log level can be set to show only log message types of the given level or above. In addition, each message is prefixed with the ISO time and a tag that indicates the log level of the message. |
10374