public class ConsistencyReportLog
extends org.neo4j.logging.AbstractLog
| Constructor and Description |
|---|
ConsistencyReportLog(Supplier<PrintWriter> writerSupplier) |
| 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 ConsistencyReportLog(Supplier<PrintWriter> writerSupplier)
public 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–2016 The Neo4j Graph Database Project. All rights reserved.