| Package | Description |
|---|---|
| org.neo4j.logging | |
| org.neo4j.logging.async |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLogProvider<T extends Log>
An abstract
LogProvider implementation, which ensures Logs are cached and reused. |
class |
DuplicatingLogProvider
A
LogProvider implementation that duplicates all messages to other LogProvider instances |
class |
FormattedLogProvider
A
LogProvider implementation that applies a simple formatting to each log message. |
class |
NullLogProvider
A
LogProvider implementation that discards all messages |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DuplicatingLogProvider.remove(LogProvider logProvider)
Remove a
LogProvider from the duplicating set. |
| Constructor and Description |
|---|
DuplicatingLogProvider(LogProvider... logProviders) |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncLogProvider |
| Constructor and Description |
|---|
AsyncLogProvider(org.neo4j.concurrent.AsyncEventSender<AsyncLogEvent> events,
LogProvider provider) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.