[Logging-commits] r20 - www
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Apr 8 12:21:23 CEST 2010
Author: mariotomo
Date: 2010-04-08 12:21:23 +0200 (Thu, 08 Apr 2010)
New Revision: 20
Modified:
www/sample_session.html
Log:
introduction, title, audience.
Modified: www/sample_session.html
===================================================================
--- www/sample_session.html 2010-04-08 10:06:05 UTC (rev 19)
+++ www/sample_session.html 2010-04-08 10:21:23 UTC (rev 20)
@@ -85,13 +85,16 @@
<pre>
R> with(getLogger(logger=''), names(handlers))
[1] "basic.stdout"
+R> with(getLogger('libro'), names(handlers))
+NULL
</pre>
<p>when issuing a logging record, you can specify to which logger you
-want to send it. the logger will offer it to all its attached
-handlers and then pass it to its parent logger. loggers are organized
-hierarchically, in a way that is similar to the way directories are
-organized. </p>
+want to send it. loggers are created when first needed, so we can
+just assume all loggers we need also exist. the logger will offer it
+to all its attached handlers and then pass it to its parent logger.
+loggers are organized hierarchically, in a way that is similar to the
+way directories are organized. </p>
<p>just as directories contain files, loggers contain handlers and
their name is, within the logger, unique. also similarly than to
More information about the Logging-commits
mailing list