public class Slf4jLog
extends org.neo4j.logging.AbstractLog
Logger to a Log interface| Constructor and Description |
|---|
Slf4jLog(org.slf4j.Logger slf4jLogger) |
| Modifier and Type | Method and Description |
|---|---|
void |
bulk(Consumer<org.neo4j.logging.Log> consumer) |
org.neo4j.logging.Logger |
debugLogger() |
org.neo4j.logging.Logger |
errorLogger() |
org.neo4j.logging.Logger |
infoLogger() |
boolean |
isDebugEnabled() |
org.neo4j.logging.Logger |
warnLogger() |
public Slf4jLog(org.slf4j.Logger slf4jLogger)
slf4jLogger - the SLF4J logger to output topublic boolean isDebugEnabled()
@Nonnull public org.neo4j.logging.Logger debugLogger()
@Nonnull public org.neo4j.logging.Logger infoLogger()
@Nonnull public org.neo4j.logging.Logger warnLogger()
@Nonnull public org.neo4j.logging.Logger errorLogger()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.