summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-27 09:08:50 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-27 09:08:50 +0100
commit06baadef15c8326bc5d5a2d300cdd44a9aea29d4 (patch)
tree48897440d0fbe326b854ce584765e21288d279a9 /docs
parent8f9c232c3ba5bf17fc0790d80e96844fff5a9ca1 (diff)
downloadwolfbones-06baadef15c8326bc5d5a2d300cdd44a9aea29d4.tar.gz
wolfbones-06baadef15c8326bc5d5a2d300cdd44a9aea29d4.tar.bz2
fixed around the logger in the service, updated todo list of the logger
Diffstat (limited to 'docs')
-rw-r--r--docs/log/TODOS9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/log/TODOS b/docs/log/TODOS
index 3f410b7..f7050f8 100644
--- a/docs/log/TODOS
+++ b/docs/log/TODOS
@@ -1,13 +1,8 @@
-- remove strerror and strerror_r calls in daemon code, replace with
- wolf_log_strerror; also clean up gettext po files with strerror string
- in message string (which is wrong)
-- fix new_formatstr, we can't append the FormatStr or strerror_r buffer
- there! Otherwise GetLastError and the message won't show up in the
- event log! Maybe have a format string with a %s (%d) placeholder in the
- end?
- rewrite and clean up, make logging channels, make logging re-entrant
(error in one channel should be logged on all other available channels)
- local localized error handling (GetLastError and strerror_r strings)
+- Windows console logger:
+ - why is it always English? what settings influence the language choosen?
- Windows event logger
- audit event log types, especially the effects on syslog and the upper
abstraction layer