| Modifier and Type | Method and Description |
|---|---|
static FormattedLogProvider |
FormattedLogProvider.toOutputStream(OutputStream out)
Creates a
FormattedLogProvider instance that writes messages to an OutputStream. |
FormattedLogProvider |
FormattedLogProvider.Builder.toOutputStream(OutputStream out)
Creates a
FormattedLogProvider instance that writes messages to an OutputStream. |
static FormattedLogProvider |
FormattedLogProvider.toOutputStream(org.neo4j.function.Supplier<OutputStream> outSupplier)
Creates a
FormattedLogProvider instance that writes messages to OutputStreams obtained from the specified
Supplier. |
FormattedLogProvider |
FormattedLogProvider.Builder.toOutputStream(org.neo4j.function.Supplier<OutputStream> outSupplier)
Creates a
FormattedLogProvider instance that writes messages to OutputStreams obtained from the specified
Supplier. |
static FormattedLogProvider |
FormattedLogProvider.toPrintWriter(PrintWriter writer)
Creates a
FormattedLogProvider instance that writes messages to a PrintWriter. |
FormattedLogProvider |
FormattedLogProvider.Builder.toPrintWriter(PrintWriter writer)
Creates a
FormattedLogProvider instance that writes messages to a PrintWriter. |
static FormattedLogProvider |
FormattedLogProvider.toPrintWriter(org.neo4j.function.Supplier<PrintWriter> writerSupplier)
Creates a
FormattedLogProvider instance that writes messages to PrintWriters obtained from the specified
Supplier. |
FormattedLogProvider |
FormattedLogProvider.Builder.toPrintWriter(org.neo4j.function.Supplier<PrintWriter> writerSupplier)
Creates a
FormattedLogProvider instance that writes messages to PrintWriters obtained from the specified
Supplier. |
static FormattedLogProvider |
FormattedLogProvider.toWriter(Writer writer)
Creates a
FormattedLogProvider instance that writes messages to a Writer. |
FormattedLogProvider |
FormattedLogProvider.Builder.toWriter(Writer writer)
Creates a
FormattedLogProvider instance that writes messages to a Writer. |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.