Uses of Interface
org.neo4j.driver.Logging
Package
Description
-
Uses of Logging in org.neo4j.driver
Modifier and TypeMethodDescriptionstatic Logging
Create logging implementation that usesjava.util.logging
to log toSystem.err
.static Logging
Logging.javaUtilLogging
(Level level) Create logging implementation that usesjava.util.logging
.Config.logging()
Logging providerstatic 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 TypeMethodDescriptionConfig.ConfigBuilder.withLogging
(Logging logging) Provide a logging implementation for the driver to use. -
Uses of Logging in org.neo4j.driver.internal.async
ModifierConstructorDescriptionLeakLoggingNetworkSession
(BoltSecurityPlanManager securityPlanManager, BoltConnectionProvider connectionProvider, RetryLogic retryLogic, DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig driverNotificationConfig, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager) NetworkSession
(BoltSecurityPlanManager securityPlanManager, BoltConnectionProvider boltConnectionProvider, RetryLogic retryLogic, DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig driverNotificationConfig, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager) RunRxResponseHandler
(Logging logging, BoltConnection connection, Query query, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, AtomicBoolean runFailed) protected
UnmanagedTransaction
(BoltConnection connection, DatabaseName databaseName, AccessMode accessMode, String impersonatedUser, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, long fetchSize, ResultCursorsHolder resultCursors, NotificationConfig notificationConfig, ApiTelemetryWork apiTelemetryWork, Logging logging) UnmanagedTransaction
(BoltConnection connection, DatabaseName databaseName, AccessMode accessMode, String impersonatedUser, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, long fetchSize, NotificationConfig notificationConfig, ApiTelemetryWork apiTelemetryWork, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.cursor
ModifierConstructorDescriptionRxResultCursorImpl
(BoltConnection boltConnection, Query query, RunSummary runSummary, Throwable runError, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, Consumer<Throwable> throwableConsumer, boolean closeOnSummary, Supplier<Throwable> interruptSupplier, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.logging
Modifier and TypeClassDescriptionclass
Internal implementation of the console logging.class
class
Internal implementation of the JUL.class
Internal implementation of the SLF4J logging. -
Uses of Logging in org.neo4j.driver.internal.metrics
-
Uses of Logging in org.neo4j.driver.internal.retry
ModifierConstructorDescriptionExponentialBackoffRetryLogic
(long maxTransactionRetryTime, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, Clock clock, Logging logging) protected
ExponentialBackoffRetryLogic
(long maxTransactionRetryTime, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, Clock clock, Logging logging, ExponentialBackoffRetryLogic.SleepTask sleepTask) -
Uses of Logging in org.neo4j.driver.internal.security
Modifier and TypeMethodDescriptionstatic SecurityPlan
SecurityPlans.createSecurityPlan
(org.neo4j.driver.internal.SecuritySettings settings, String uriScheme, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlan
SecurityPlanImpl.forAllCertificates
(boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlan
SecurityPlanImpl.forCustomCASignedCertificates
(List<File> certFiles, boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) static SecurityPlan
SecurityPlanImpl.forSystemCASignedCertificates
(boolean requiresHostnameVerification, RevocationCheckingStrategy revocationCheckingStrategy, ClientCertificateManager clientCertificateManager, Logging logging) ModifierConstructorDescriptionValidatingAuthTokenManager
(AuthTokenManager delegate, Logging logging)