org.neo4j.kernel.logging
Class ClassicLoggingService

java.lang.Object
  extended by org.neo4j.kernel.lifecycle.LifecycleAdapter
      extended by org.neo4j.kernel.logging.SingleLoggingService
          extended by org.neo4j.kernel.logging.ClassicLoggingService
All Implemented Interfaces:
Lifecycle, Logging

public class ClassicLoggingService
extends SingleLoggingService

Implements the old-style logging with just one logger regardless of name.


Constructor Summary
ClassicLoggingService(Config config)
           
 
Method Summary
 
Methods inherited from class org.neo4j.kernel.logging.SingleLoggingService
getConsoleLog, getMessagesLog, shutdown
 
Methods inherited from class org.neo4j.kernel.lifecycle.LifecycleAdapter
init, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassicLoggingService

public ClassicLoggingService(Config config)


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