public class AsyncLog extends AbstractLog
| Constructor and Description |
|---|
AsyncLog(org.neo4j.concurrent.AsyncEventSender<AsyncLogEvent> events,
Log log) |
| Modifier and Type | Method and Description |
|---|---|
void |
bulk(Consumer<Log> consumer)
Used to temporarily log several messages in bulk.
|
Logger |
debugLogger() |
Logger |
errorLogger() |
Logger |
infoLogger() |
boolean |
isDebugEnabled() |
Logger |
warnLogger() |
public AsyncLog(@Nonnull org.neo4j.concurrent.AsyncEventSender<AsyncLogEvent> events, @Nonnull Log log)
public boolean isDebugEnabled()
@Nonnull public Logger debugLogger()
Logger instance for writing debug messages@Nonnull public Logger errorLogger()
Logger instance for writing error messagespublic void bulk(@Nonnull Consumer<Log> consumer)
Logconsumer - A consumer for the bulk LogCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.