Added loading of config from require paths, and now defaults to console appender with basic layout

This commit is contained in:
Gareth Jones
2010-12-05 07:56:09 +08:00
parent 9364a8a442
commit 838f0c8f28
4 changed files with 118 additions and 12 deletions

10
lib/log4js.json Normal file
View File

@@ -0,0 +1,10 @@
{
"appenders": [
{
"type": "console",
"layout": {
"type": "basic"
}
}
]
}