Update JavaLoggerConfigurer to use AC ClassLoader

Update JavaLoggerConfigurer to use the ApplicationContext classloader
rather then the default classloader. Also refactored to introduce
LoggingSystem enum to act as a strategy for the specific logging
systems.
This commit is contained in:
Phillip Webb
2013-05-08 14:24:06 -07:00
parent 10c33db612
commit 4743d1803c
4 changed files with 124 additions and 89 deletions

View File

@@ -31,7 +31,6 @@ import static org.junit.Assert.assertTrue;
/**
* @author Dave Syer
*
*/
public class LoggingInitializerTests {