Neo4j Enterprise

Uses of Interface
org.neo4j.kernel.logging.Logging

Packages that use Logging
org.neo4j.backup   
org.neo4j.cluster   
org.neo4j.index.lucene Contains QueryContext and ValueContext which is part of the public API for an Index backed by Lucene. 
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.logging   
 

Uses of Logging in org.neo4j.backup
 

Methods in org.neo4j.backup with parameters of type Logging
abstract  URI BackupExtensionService.resolve(URI from, Args arguments, Logging logging)
          The source specific target to valid backup host translation method.
 

Uses of Logging in org.neo4j.cluster
 

Constructors in org.neo4j.cluster with parameters of type Logging
MultiPaxosServerFactory(org.neo4j.cluster.protocol.cluster.ClusterConfiguration initialConfig, Logging logging)
           
NetworkedServerFactory(LifeSupport life, ProtocolServerFactory protocolServerFactory, org.neo4j.cluster.timeout.TimeoutStrategy timeoutStrategy, Logging logging)
           
ProtocolServer(ConnectedStateMachines connectedStateMachines, Logging logging)
           
 

Uses of Logging in org.neo4j.index.lucene
 

Methods in org.neo4j.index.lucene that return Logging
 Logging LuceneKernelExtensionFactory.Dependencies.getLogging()
           
 

Constructors in org.neo4j.index.lucene with parameters of type Logging
LuceneKernelExtension(Config config, GraphDatabaseService gdb, TransactionManager txManager, org.neo4j.kernel.impl.index.IndexStore indexStore, org.neo4j.kernel.impl.transaction.xaframework.XaFactory xaFactory, org.neo4j.kernel.impl.nioneo.store.FileSystemAbstraction fileSystemAbstraction, org.neo4j.kernel.impl.transaction.XaDataSourceManager xaDataSourceManager, IndexProviders indexProviders, org.neo4j.kernel.impl.transaction.xaframework.TxIdGenerator txIdGenerator, Logging logging)
           
 

Uses of Logging in org.neo4j.kernel
 

Fields in org.neo4j.kernel declared as Logging
protected  Logging InternalAbstractGraphDatabase.logging
           
 

Methods in org.neo4j.kernel that return Logging
protected  Logging InternalAbstractGraphDatabase.createLogging()
           
 

Uses of Logging in org.neo4j.kernel.logging
 

Classes in org.neo4j.kernel.logging that implement Logging
 class ClassicLoggingService
          Implements the old-style logging with just one logger regardless of name.
 class DevNullLoggingService
           
 class LogbackService
          Logging service that uses Logback as backend.
 class SingleLoggingService
           
 class SystemOutLogging
           
 


Neo4j Enterprise

Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.