org.neo4j.kernel.logging
Class SingleLoggingService
java.lang.Object
org.neo4j.kernel.lifecycle.LifecycleAdapter
org.neo4j.kernel.logging.SingleLoggingService
- All Implemented Interfaces:
- Lifecycle, Logging
- Direct Known Subclasses:
- ClassicLoggingService, SystemOutLogging
public class SingleLoggingService
- extends LifecycleAdapter
- implements Logging
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleLoggingService
public SingleLoggingService(org.neo4j.kernel.impl.util.StringLogger logger)
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
shutdown
public void shutdown()
throws Throwable
- Specified by:
shutdown
in interface Lifecycle
- Overrides:
shutdown
in class LifecycleAdapter
- Throws:
Throwable
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.