Class Slf4jLogging

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

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

    • Slf4jLogging

      public Slf4jLogging()
  • Method Details