1 Feb 15:32
DO NOT REPLY [Bug 42189] Add simple bridge for java.util.logging, with basic Configurator support
<bugzilla <at> apache.org>
2012-02-01 14:32:01 GMT
2012-02-01 14:32:01 GMT
https://issues.apache.org/bugzilla/show_bug.cgi?id=42189 --- Comment #19 from Emmanuel Bourg <ebourg <at> apache.org> 2012-02-01 14:32:01 UTC --- Is there any updates on this topic? Is help needed? I have been using this component for quite some time now, most notably as a mean to nicely format the JUL messages in my test cases without touching the code. An official release in the central Maven repository, either as an independent component or as part of the core distribution, would be very welcome. For the record here is how I use the bridge to format the log messages in my tests, in the Maven POM I put this: <dependencies> <dependency> <groupId>org.apache.logging</groupId> <artifactId>apache-jul-log4j-bridge</artifactId> <version>1.0.0-SNAPSHOT</version> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.16</version> <scope>test</scope> </dependency> </dependencies> <plugin> <artifactId>maven-surefire-plugin</artifactId>(Continue reading)
Cheers,
Christian
RSS Feed