Package io.helidon.webserver.testsupport
Class LoggingTestUtils
- java.lang.Object
-
- io.helidon.webserver.testsupport.LoggingTestUtils
-
@Deprecated(since="2.2.0", forRemoval=true) public final class LoggingTestUtils extends Object
Deprecated, for removal: This API element is subject to removal in a future version.This class is no longer needed, please useLogConfig.configureRuntime()instead.The LoggingTestUtils.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidinitializeLogging()Deprecated.please useLogConfig.configureRuntime()instead
-
-
-
Method Detail
-
initializeLogging
@Deprecated public static void initializeLogging()
Deprecated.please useLogConfig.configureRuntime()insteadInitialize JUL logging withlogging-test.propertiesfile that is accessible on classpath.The purpose of this method is to add a conventional way of an easy override of the standard JUL defaults.
-
-