Neo4j Community

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

Packages that use Logging
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.logging   
 

Uses of Logging in org.neo4j.kernel
 

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

Methods in org.neo4j.kernel that return Logging
protected  Logging AbstractGraphDatabase.createStringLogger()
           
 

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.
 


Neo4j Community

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