Added coloured layout to configuration (thanks @melin)

This commit is contained in:
csausdev 2011-04-17 17:20:49 +10:00
parent 59f7e0af3c
commit a50c02a3e5

View File

@ -84,6 +84,8 @@ appenderMakers = {
layoutMakers = {
"messagePassThrough": function() { return messagePassThroughLayout; },
"basic": function() { return basicLayout; },
"colored": function() { return colouredLayout; },
"coloured": function() { return colouredLayout; },
"pattern": function (config) {
var pattern = config.pattern || undefined;
return patternLayout(pattern);