Class JULogging

java.lang.Object
org.neo4j.driver.internal.logging.JULogging
All Implemented Interfaces:
Serializable, Logging

public class JULogging extends Object implements Logging, Serializable
Internal implementation of the JUL. This class should not be used directly. Please use Logging.javaUtilLogging(Level) factory method instead.
See Also:
  • Constructor Details

    • JULogging

      public JULogging(Level loggingLevel)
  • Method Details