org.neo4j.kernel.logging
Class ClassicLoggingService

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

public class ClassicLoggingService
extends LifecycleAdapter
implements Logging

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


Field Summary
protected  org.neo4j.kernel.impl.util.StringLogger stringLogger
           
 
Constructor Summary
ClassicLoggingService(Config config)
           
 
Method Summary
 org.neo4j.kernel.impl.util.StringLogger getLogger(String name)
           
 void init()
           
 void shutdown()
           
 
Methods inherited from class org.neo4j.kernel.lifecycle.LifecycleAdapter
start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stringLogger

protected org.neo4j.kernel.impl.util.StringLogger stringLogger
Constructor Detail

ClassicLoggingService

public ClassicLoggingService(Config config)
Method Detail

init

public void init()
          throws Throwable
Specified by:
init in interface Lifecycle
Overrides:
init in class LifecycleAdapter
Throws:
Throwable

shutdown

public void shutdown()
              throws Throwable
Specified by:
shutdown in interface Lifecycle
Overrides:
shutdown in class LifecycleAdapter
Throws:
Throwable

getLogger

public org.neo4j.kernel.impl.util.StringLogger getLogger(String name)
Specified by:
getLogger in interface Logging


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