You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by as...@apache.org on 2014/03/02 12:12:01 UTC

svn commit: r1573283 - in /onami/trunk: logging/src/site/apt/juli.apt.vm test/src/test/resources/log4j.properties

Author: ash2k
Date: Sun Mar  2 11:12:01 2014
New Revision: 1573283

URL: http://svn.apache.org/r1573283
Log:
Fix package names

Modified:
    onami/trunk/logging/src/site/apt/juli.apt.vm
    onami/trunk/test/src/test/resources/log4j.properties

Modified: onami/trunk/logging/src/site/apt/juli.apt.vm
URL: http://svn.apache.org/viewvc/onami/trunk/logging/src/site/apt/juli.apt.vm?rev=1573283&r1=1573282&r2=1573283&view=diff
==============================================================================
--- onami/trunk/logging/src/site/apt/juli.apt.vm (original)
+++ onami/trunk/logging/src/site/apt/juli.apt.vm Sun Mar  2 11:12:01 2014
@@ -40,7 +40,7 @@ JULI - Java Utils Logging
 +--------------------------------------+
 
   then, when creating the <<<com.google.inject.Injector>>>, add the
-  <<<org.nnsoft.guice.sli4j.juli.JuliLoggingModule>>> module; please take note
+  <<<org.apache.onami.logging.juli.JuliLoggingModule>>> module; please take note
   that users have to specify the classes <<<com.google.inject.matcher.Matcher>>>
   for whom the logging injection has to be applied:
 

Modified: onami/trunk/test/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/onami/trunk/test/src/test/resources/log4j.properties?rev=1573283&r1=1573282&r2=1573283&view=diff
==============================================================================
--- onami/trunk/test/src/test/resources/log4j.properties (original)
+++ onami/trunk/test/src/test/resources/log4j.properties Sun Mar  2 11:12:01 2014
@@ -21,7 +21,7 @@
 #log4j.rootCategory=DEBUG, CONSOLE
 
 # Set the enterprise logger category to FATAL and its only appender to CONSOLE.
-#log4j.logger.org.nnsoft.guice.junice=CONSOLE
+#log4j.logger.org.apache.onami=CONSOLE
 
 # CONSOLE is set to be a ConsoleAppender using a PatternLayout.
 #log4j.appender.CONSOLE=org.apache.log4j.ConsoleAppender