| Package | Description |
|---|---|
| org.neo4j.logging | |
| org.neo4j.logging.async |
| Class and Description |
|---|
| AbstractLog
An abstract implementation of
Log, providing implementations
for the shortcut methods (debug, info, warn, error) that delegate
to the appropriate Logger (as obtained by Log.debugLogger(),
Log.infoLogger(), Log.warnLogger() and
Log.errorLogger() respectively). |
| AbstractLogProvider
An abstract
LogProvider implementation, which ensures Logs are cached and reused. |
| FormattedLog
A
Log implementation that applies a simple formatting to each log message. |
| FormattedLog.Builder
A Builder for a
FormattedLog |
| FormattedLogProvider
A
LogProvider implementation that applies a simple formatting to each log message. |
| FormattedLogProvider.Builder
A Builder for a
FormattedLogProvider |
| Level |
| Log
A log into which various levels of messages can be written
|
| Logger
A log into which messages can be written
|
| LogProvider
Used to obtain a
Log for a specified context |
| LogTimeZone |
| NullLog
A
Log implementation that discards all messages |
| NullLogger
A
Logger implementation that discards all messages |
| NullLogProvider
A
LogProvider implementation that discards all messages |
| RotatingFileOutputStreamSupplier.RotationListener
A listener for the rotation process
|
| Class and Description |
|---|
| AbstractLog
An abstract implementation of
Log, providing implementations
for the shortcut methods (debug, info, warn, error) that delegate
to the appropriate Logger (as obtained by Log.debugLogger(),
Log.infoLogger(), Log.warnLogger() and
Log.errorLogger() respectively). |
| Log
A log into which various levels of messages can be written
|
| Logger
A log into which messages can be written
|
| LogProvider
Used to obtain a
Log for a specified context |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.