From 6dabcf5ee5823aa4e42d9e087f08995405fa5aba Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Thu, 12 Sep 2013 07:23:11 +1000 Subject: [PATCH] added to-dos to changes list --- 0.7-changes | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/0.7-changes b/0.7-changes index 430623b..d05dc6e 100644 --- a/0.7-changes +++ b/0.7-changes @@ -1,3 +1,5 @@ +changes +======= LogEvent.categoryName -> LogEvent.category Logger is immutable (no setLevel any more) Log levels defined in configure call, nowhere else @@ -15,3 +17,22 @@ loglevelfilter changed to accept a list of log levels it allows appenders that wrap other appenders must reference them by name extracted streams to streamroller extracted date_format.js to date-format +console.log replacement has been removed. + +to-do +===== +documentation pages (gh-pages) +* configuration +* file appenders +* layouts +* optional components +* writing your own appender (use couchdb as example) +readme +* getting started +* typical config - file with max size, file with date rolling +* optional components +fix and publish the optional components +* connect +* smtp +* gelf +* hookio ?