Make initializeLogging method public since it is a rather nice function to set up logging infrastructure.
This commit is contained in:
parent
2de2fb8a65
commit
6f653199f2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user