[Logging-commits] r97 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 21 16:23:04 CEST 2011


Author: mariotomo
Date: 2011-09-21 16:23:04 +0200 (Wed, 21 Sep 2011)
New Revision: 97

Modified:
   pkg/man/getLogger.Rd
   pkg/man/handler-actions.Rd
   pkg/man/logging-internal.Rd
Log:
adding tests so that Jenkins will not complain!


Modified: pkg/man/getLogger.Rd
===================================================================
--- pkg/man/getLogger.Rd	2011-09-20 08:39:31 UTC (rev 96)
+++ pkg/man/getLogger.Rd	2011-09-21 14:23:04 UTC (rev 97)
@@ -19,3 +19,8 @@
   \item{...}{any properties you may want to set in the newly created
     logger.  these have no effect if the logger is already present.}
 }
+\examples{
+ getLogger()  # returns the root logger
+ getLogger('test.sub')  # constructs a new logger and returns it
+ getLogger('test.sub')  # returns it again
+}
\ No newline at end of file

Modified: pkg/man/handler-actions.Rd
===================================================================
--- pkg/man/handler-actions.Rd	2011-09-20 08:39:31 UTC (rev 96)
+++ pkg/man/handler-actions.Rd	2011-09-21 14:23:04 UTC (rev 97)
@@ -29,4 +29,9 @@
   second parameter is useful so you can register the same handler action
   to handlers with different properties.
 
+}
+\examples{
+## define your own function and register it with a handler.
+## author is planning a sentry client function.  please send 
+## any interesting function you may have written!
 }
\ No newline at end of file

Modified: pkg/man/logging-internal.Rd
===================================================================
--- pkg/man/logging-internal.Rd	2011-09-20 08:39:31 UTC (rev 96)
+++ pkg/man/logging-internal.Rd	2011-09-21 14:23:04 UTC (rev 97)
@@ -2,6 +2,7 @@
 % $Id$
 
 \name{logging-internal}
+\alias{logging-internal}
 \title{undocumented internal functions and variables}
 \description{
   you hit this page because the function or variable
@@ -12,3 +13,6 @@
 \alias{updateOptions}
 \alias{updateOptions.environment}
 \alias{levellog}
+\examples{
+## no examples for undocumented functions
+}
\ No newline at end of file



More information about the Logging-commits mailing list