Make initializeLogging method public since it is a rather nice function to set up logging infrastructure.

This commit is contained in:
Kevin Ruland 2012-05-01 17:25:10 +00:00
parent 2de2fb8a65
commit 6f653199f2

View File

@ -92,7 +92,7 @@ public class Startup {
/** /**
* Initializes the loggins system. * Initializes the loggins system.
*/ */
private static void initializeLogging() { public static void initializeLogging() {
DelegatorLogger delegator = new DelegatorLogger(); DelegatorLogger delegator = new DelegatorLogger();
// Log buffer // Log buffer