Class ConsoleLogging.ConsoleLogger
java.lang.Object
org.neo4j.driver.internal.logging.JULogger
org.neo4j.driver.internal.logging.ConsoleLogging.ConsoleLogger
- All Implemented Interfaces:
Logger
- Enclosing class:
ConsoleLogging
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JULogger
debug, debug, error, info, isDebugEnabled, isTraceEnabled, trace, warn, warnModifier and TypeMethodDescriptionvoidLogs bolt messages sent and received by this driver.voidLogs debug message with throwable.voidLogs errors from this driver.voidLogs information from the driver.booleanReturn true if the debug level is enabled.booleanReturn true if the trace logging level is enabled.voidLogs binary sent and received by this driver.voidLogs warnings that happened when using the driver.voidLogs warnings that happened during using the driver
-
Constructor Details
-
ConsoleLogger
-