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:
@@ -31,7 +31,6 @@ import static org.junit.Assert.assertTrue;
|
||||
|
||||
/**
|
||||
* @author Dave Syer
|
||||
*
|
||||
*/
|
||||
public class LoggingInitializerTests {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user