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

This commit is contained in:
csausdev
2010-12-05 10:56:09 +11:00
parent ee776feb02
commit 6032c073b3
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"
}
}
]
}