r165 - trunk/maven-jaxx-plugin/src/main/resources
Author: tchemit Date: 2008-01-12 22:25:58 +0000 (Sat, 12 Jan 2008) New Revision: 165 Added: trunk/maven-jaxx-plugin/src/main/resources/log4j.properties Log: ajout d'une configuration de log (pour les log de lutinwidget) Added: trunk/maven-jaxx-plugin/src/main/resources/log4j.properties =================================================================== --- trunk/maven-jaxx-plugin/src/main/resources/log4j.properties (rev 0) +++ trunk/maven-jaxx-plugin/src/main/resources/log4j.properties 2008-01-12 22:25:58 UTC (rev 165) @@ -0,0 +1,7 @@ +# Global logging configuration +log4j.rootLogger=INFO, stdout +# Console output... +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) %M - %m%n +file:///home/tony/.m2/repository/lutinlib/lutinproject/2.2/lutinproject-2.2.pom
participants (1)
-
tchemit@users.labs.libre-entreprise.org