Author: kono
Date: 2010-08-16 00:30:10 -0700 (Mon, 16 Aug 2010)
New Revision: 21393
Added:
core3/viewmodel-impl/trunk/src/test/resources/
core3/viewmodel-impl/trunk/src/test/resources/log4j.properties
Log:
Log4j property for debugging messages.
Added: core3/viewmodel-impl/trunk/src/test/resources/log4j.properties
===================================================================
--- core3/viewmodel-impl/trunk/src/test/resources/log4j.properties
(rev 0)
+++ core3/viewmodel-impl/trunk/src/test/resources/log4j.properties
2010-08-16 07:30:10 UTC (rev 21393)
@@ -0,0 +1,8 @@
+log4j.rootCategory=info, stdout
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout.ConversionPattern=%t %p [%c] - %m%n
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+log4j.appender.stdout.threshold=TRACE
+
+log4j.logger.org.springframework=INFO
+log4j.logger.org.springframework.osgi.test=INFO
Property changes on:
core3/viewmodel-impl/trunk/src/test/resources/log4j.properties
___________________________________________________________________
Name: svn:executable
+ *
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.