Uses of Interface
org.neo4j.driver.Logging
Packages that use Logging
Package
Description
-
Uses of Logging in org.neo4j.driver
Methods in org.neo4j.driver that return LoggingModifier 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.Methods in org.neo4j.driver with parameters of type LoggingModifier and TypeMethodDescriptionConfig.ConfigBuilder.withLogging
(Logging logging) Provide a logging implementation for the driver to use. -
Uses of Logging in org.neo4j.driver.internal.async
Constructors in org.neo4j.driver.internal.async with parameters of type LoggingModifierConstructorDescriptionLeakLoggingNetworkSession
(BoltSecurityPlanManager securityPlanManager, DriverBoltConnectionProvider 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, HomeDatabaseCache homeDatabaseCache) NetworkSession
(BoltSecurityPlanManager securityPlanManager, DriverBoltConnectionProvider 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, HomeDatabaseCache homeDatabaseCache) RunRxResponseHandler
(Logging logging, DriverBoltConnection connection, Query query, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, AtomicBoolean runFailed, Consumer<String> databaseNameConsumer) protected
UnmanagedTransaction
(DriverBoltConnection connection, DatabaseName databaseName, AccessMode accessMode, String impersonatedUser, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, long fetchSize, ResultCursorsHolder resultCursors, NotificationConfig notificationConfig, ApiTelemetryWork apiTelemetryWork, Consumer<String> databaseNameConsumer, Logging logging) UnmanagedTransaction
(DriverBoltConnection connection, DatabaseName databaseName, AccessMode accessMode, String impersonatedUser, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, long fetchSize, NotificationConfig notificationConfig, ApiTelemetryWork apiTelemetryWork, Consumer<String> databaseNameConsumer, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.cursor
Constructors in org.neo4j.driver.internal.cursor with parameters of type LoggingModifierConstructorDescriptionRxResultCursorImpl
(DriverBoltConnection boltConnection, Query query, RunSummary runSummary, Throwable runError, Consumer<org.neo4j.driver.internal.DatabaseBookmark> bookmarkConsumer, boolean closeOnSummary, Logging logging) -
Uses of Logging in org.neo4j.driver.internal.logging
Classes in org.neo4j.driver.internal.logging that implement LoggingModifier and TypeClassDescriptionclass
Internal implementation of the console logging.class
class
Internal implementation of the JUL.class
Internal implementation of the SLF4J logging.Fields in org.neo4j.driver.internal.logging declared as Logging -
Uses of Logging in org.neo4j.driver.internal.metrics
Constructors in org.neo4j.driver.internal.metrics with parameters of type Logging -
Uses of Logging in org.neo4j.driver.internal.retry
Constructors in org.neo4j.driver.internal.retry with parameters of type LoggingModifierConstructorDescriptionExponentialBackoffRetryLogic
(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
Methods in org.neo4j.driver.internal.security with parameters of type LoggingModifier 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) Constructors in org.neo4j.driver.internal.security with parameters of type LoggingModifierConstructorDescriptionValidatingAuthTokenManager
(AuthTokenManager delegate, Logging logging)