From 037a2455112aec611ae66852b28e4cb7ebac09b1 Mon Sep 17 00:00:00 2001 From: Silvia <47402259+silvia-eio@users.noreply.github.com> Date: Thu, 7 Nov 2019 13:49:21 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a84939..2e44b1c 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ const log = manager.createLogger('MyClass'); // create other logs and appenders... ``` -The first use simply logs to the console. The second logs to the console and to the project.log file. The third create a console logger with a custom timestamp format. The fourth logs to the file only. The fifth creates a rolling file log system in the target log folder. The fifth creates a log manager to enable you to add various appenders with multiple levels and create logs for each module or class. +The first use simply logs to the console. The second logs to the console and to the project.log file. The third create a console logger with a custom timestamp format. The fourth logs to the file only. The fifth creates a rolling file log system in the target log folder. The sixth creates a log manager to enable you to add various appenders with multiple levels and create logs for each module or class. *See the examples folder for in depth samples...*