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