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 use LogConfig.configureRuntime() instead.
The LoggingTestUtils.
  • Method Details

    • initializeLogging

      @Deprecated public static void initializeLogging()
      Deprecated.
      please use LogConfig.configureRuntime() instead
      Initialize JUL logging with logging-test.properties file 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.