public class DuplicatingLogProvider extends AbstractLogProvider<DuplicatingLog>
LogProvider implementation that duplicates all messages to other LogProvider instances| Constructor and Description |
|---|
DuplicatingLogProvider(LogProvider... logProviders) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
remove(LogProvider logProvider)
Remove a
LogProvider from the duplicating set. |
getLog, getLogpublic DuplicatingLogProvider(LogProvider... logProviders)
logProviders - A list of LogProvider instances that messages should be duplicated topublic boolean remove(LogProvider logProvider)
LogProvider from the duplicating set. Note that the LogProvider must return
cached Log instances from its LogProvider.getLog(String) for this to behave as expected.logProvider - the LogProvider to be removedCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.