Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1ee8cfc

Browse files
author
csausdev
committed
removed a mention of console.log
1 parent f386f00 commit 1ee8cfc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ Minimalist version:
2323
var log4js = require('log4js')();
2424
var logger = log4js.getLogger();
2525
logger.debug("Some debug messages");
26-
Even more minimalist version:
27-
require('log4js')();
28-
console.debug("Some debug messages");
2926
By default, log4js outputs to stdout with the coloured layout (thanks to [masylum](http://github.com/masylum)), so for the above you would see:
3027
[2010-01-17 11:43:37.987] [DEBUG] [default] - Some debug messages
3128

0 commit comments

Comments
 (0)