summaryrefslogtreecommitdiff
path: root/docs/log/README
diff options
context:
space:
mode:
Diffstat (limited to 'docs/log/README')
-rw-r--r--docs/log/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/log/README b/docs/log/README
index 3335978..1fd0cd6 100644
--- a/docs/log/README
+++ b/docs/log/README
@@ -41,10 +41,11 @@ the logging API to the event logger (POCO, log4cpp). IMHO this is better
used for something like subsystems or components.
log4cplus is the only library to handle the current user SID.
-log4cplus adds the event source to the registry.
+
+log4cplus adds the event source to the registry in the best way.
.NET at least cares to install a dummy message DLL with a %1's in them.
-Also POCO takes the one event message approach.
+Also POCO and the rest take "the one event message" approach.
Good articles:
- http://www.codeproject.com/KB/dotnet/evtvwr.aspx