Class Neo4jSpringJclLogging

  • All Implemented Interfaces:
    org.neo4j.driver.Logging

    public final class Neo4jSpringJclLogging
    extends java.lang.Object
    implements org.neo4j.driver.Logging
    Shim to use Spring JCL implementation, delegating all the hard work of deciding the underlying system to Spring and Spring Boot.
    Author:
    Michael J. Simons
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.neo4j.driver.Logger getLog​(java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Neo4jSpringJclLogging

        public Neo4jSpringJclLogging()
    • Method Detail

      • getLog

        public org.neo4j.driver.Logger getLog​(java.lang.String name)
        Specified by:
        getLog in interface org.neo4j.driver.Logging