org.neo4j.kernel.logging
Class DevNullLoggingService

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

public class DevNullLoggingService
extends LifecycleAdapter
implements Logging


Constructor Summary
DevNullLoggingService()
           
 
Method Summary
 ConsoleLogger getConsoleLog(Class loggingClass)
           
 org.neo4j.kernel.impl.util.StringLogger getMessagesLog(Class loggingClass)
           
 
Methods inherited from class org.neo4j.kernel.lifecycle.LifecycleAdapter
init, shutdown, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DevNullLoggingService

public DevNullLoggingService()
Method Detail

getMessagesLog

public org.neo4j.kernel.impl.util.StringLogger getMessagesLog(Class loggingClass)
Specified by:
getMessagesLog in interface Logging

getConsoleLog

public ConsoleLogger getConsoleLog(Class loggingClass)
Specified by:
getConsoleLog in interface Logging


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