| Package | Description |
|---|---|
| org.neo4j.logging | |
| org.neo4j.logging.async |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPrintWriterLogger
An abstract
Logger implementation, which takes care of locking and flushing. |
class |
NullLogger
A
Logger implementation that discards all messages |
class |
PrintStreamLogger |
| Modifier and Type | Method and Description |
|---|---|
Logger |
FormattedLog.debugLogger() |
Logger |
BufferingLog.debugLogger() |
Logger |
DuplicatingLog.debugLogger() |
Logger |
NullLog.debugLogger() |
Logger |
Log.debugLogger() |
Logger |
FormattedLog.errorLogger() |
Logger |
BufferingLog.errorLogger() |
Logger |
DuplicatingLog.errorLogger() |
Logger |
NullLog.errorLogger() |
Logger |
Log.errorLogger() |
Logger |
FormattedLog.infoLogger() |
Logger |
BufferingLog.infoLogger() |
Logger |
DuplicatingLog.infoLogger() |
Logger |
NullLog.infoLogger() |
Logger |
Log.infoLogger() |
Logger |
FormattedLog.warnLogger() |
Logger |
BufferingLog.warnLogger() |
Logger |
DuplicatingLog.warnLogger() |
Logger |
NullLog.warnLogger() |
Logger |
Log.warnLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
Logger.bulk(Consumer<Logger> consumer)
Used to temporarily write several messages in bulk.
|
void |
AbstractPrintWriterLogger.bulk(Consumer<Logger> consumer) |
void |
PrintStreamLogger.bulk(Consumer<Logger> consumer) |
void |
NullLogger.bulk(Consumer<Logger> consumer) |
| Modifier and Type | Method and Description |
|---|---|
Logger |
AsyncLog.debugLogger() |
Logger |
AsyncLog.errorLogger() |
Logger |
AsyncLog.infoLogger() |
Logger |
AsyncLog.warnLogger() |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.