Class SystemLogging

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

public final class SystemLogging extends Object implements Logging
See Also:
  • Field Details

  • Constructor Details

    • SystemLogging

      public SystemLogging()
  • Method Details

    • getLog

      public Logger getLog(Class<?> clazz)
      Description copied from interface: Logging
      Obtain a Logger instance by class, its name will be the fully qualified name of the class.
      Specified by:
      getLog in interface Logging
      Parameters:
      clazz - class whose name should be used as the Logger name.
      Returns:
      Logger instance
    • getLog

      public Logger getLog(String name)
      Description copied from interface: Logging
      Obtain a Logger instance by name.
      Specified by:
      getLog in interface Logging
      Parameters:
      name - name of a Logger
      Returns:
      Logger instance