public class LogbackService extends LifecycleAdapter implements Logging
Modifier and Type | Field and Description |
---|---|
protected RestartOnChange |
restartOnChange |
Constructor and Description |
---|
LogbackService(Config config,
LoggerContext loggerContext) |
LogbackService(Config config,
LoggerContext loggerContext,
String logbackConfigurationFilename) |
Modifier and Type | Method and Description |
---|---|
ConsoleLogger |
getConsoleLog(Class loggingClass) |
org.neo4j.kernel.impl.util.StringLogger |
getMessagesLog(Class loggingClass) |
void |
init() |
void |
shutdown() |
start, stop
protected RestartOnChange restartOnChange
public LogbackService(Config config, LoggerContext loggerContext)
public LogbackService(Config config, LoggerContext loggerContext, String logbackConfigurationFilename)
public void init() throws Throwable
init
in interface Lifecycle
init
in class LifecycleAdapter
Throwable
public void shutdown() throws Throwable
shutdown
in interface Lifecycle
shutdown
in class LifecycleAdapter
Throwable
public org.neo4j.kernel.impl.util.StringLogger getMessagesLog(Class loggingClass)
getMessagesLog
in interface Logging
public ConsoleLogger getConsoleLog(Class loggingClass)
getConsoleLog
in interface Logging
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.