| Package | Description |
|---|---|
| org.neo4j.driver |
| Modifier and Type | Method and Description |
|---|---|
static Logging |
Logging.console(Level level)
Create logging implementation that uses
java.util.logging to log to System.err. |
static Logging |
Logging.javaUtilLogging(Level level)
Create logging implementation that uses
java.util.logging. |
Logging |
Config.logging()
Logging provider
|
static Logging |
Logging.none()
Create logging implementation that discards all messages and logs nothing.
|
static Logging |
Logging.slf4j()
Create logging implementation that uses SLF4J.
|
| Modifier and Type | Method and Description |
|---|---|
Config.ConfigBuilder |
Config.ConfigBuilder.withLogging(Logging logging)
Provide a logging implementation for the driver to use.
|