38394041424344
/** * A basic implementation of server logging. Here you can add ArrayList and * System handlers. */ public static void useBasicLogging() { Log.initLogImpl(new LogImplBasic()); }