org.neo4j.kernel.logging
Class LogbackService.Slf4jStringLogger
java.lang.Object
org.neo4j.kernel.impl.util.StringLogger
org.neo4j.kernel.logging.LogbackService.Slf4jStringLogger
- Enclosing class:
- LogbackService
public static class LogbackService.Slf4jStringLogger
- extends org.neo4j.kernel.impl.util.StringLogger
Nested classes/interfaces inherited from class org.neo4j.kernel.impl.util.StringLogger |
org.neo4j.kernel.impl.util.StringLogger.LineLogger, org.neo4j.kernel.impl.util.StringLogger.LineLoggerImpl, org.neo4j.kernel.impl.util.StringLogger.SystemLogger |
Fields inherited from class org.neo4j.kernel.impl.util.StringLogger |
DEFAULT_ENCODING, DEFAULT_NAME, DEV_NULL, SYSTEM |
Methods inherited from class org.neo4j.kernel.impl.util.StringLogger |
lazyLogger, logger, loggerDirectory, loggerDirectory, logLongMessage, logLongMessage, logLongMessage, logLongMessage, logLongMessage, logMessage, logMessage, tee, wrap, wrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogbackService.Slf4jStringLogger
public LogbackService.Slf4jStringLogger(org.slf4j.Logger logger)
logLine
protected void logLine(String line)
- Specified by:
logLine
in class org.neo4j.kernel.impl.util.StringLogger
logLongMessage
public void logLongMessage(String msg,
Visitor<org.neo4j.kernel.impl.util.StringLogger.LineLogger> source,
boolean flush)
- Specified by:
logLongMessage
in class org.neo4j.kernel.impl.util.StringLogger
logMessage
public void logMessage(String msg,
boolean flush)
- Specified by:
logMessage
in class org.neo4j.kernel.impl.util.StringLogger
logMessage
public void logMessage(String msg,
Throwable cause,
boolean flush)
- Specified by:
logMessage
in class org.neo4j.kernel.impl.util.StringLogger
debug
public void debug(String msg)
- Overrides:
debug
in class org.neo4j.kernel.impl.util.StringLogger
debug
public void debug(String msg,
Throwable cause)
- Overrides:
debug
in class org.neo4j.kernel.impl.util.StringLogger
isDebugEnabled
public boolean isDebugEnabled()
- Overrides:
isDebugEnabled
in class org.neo4j.kernel.impl.util.StringLogger
info
public void info(String msg)
- Overrides:
info
in class org.neo4j.kernel.impl.util.StringLogger
info
public void info(String msg,
Throwable cause)
- Overrides:
info
in class org.neo4j.kernel.impl.util.StringLogger
warn
public void warn(String msg)
- Overrides:
warn
in class org.neo4j.kernel.impl.util.StringLogger
warn
public void warn(String msg,
Throwable throwable)
- Overrides:
warn
in class org.neo4j.kernel.impl.util.StringLogger
error
public void error(String msg)
- Overrides:
error
in class org.neo4j.kernel.impl.util.StringLogger
error
public void error(String msg,
Throwable throwable)
- Overrides:
error
in class org.neo4j.kernel.impl.util.StringLogger
addRotationListener
public void addRotationListener(Runnable listener)
- Specified by:
addRotationListener
in class org.neo4j.kernel.impl.util.StringLogger
flush
public void flush()
- Specified by:
flush
in class org.neo4j.kernel.impl.util.StringLogger
close
public void close()
- Specified by:
close
in class org.neo4j.kernel.impl.util.StringLogger
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.