| Package | Description |
|---|---|
| org.tinylog.writers |
Writers for outputting log entries.
|
| org.tinylog.writers.raw |
Writers for outputting raw byte arrays.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ByteArrayWriter |
AbstractFormatPatternWriter.createByteArrayWriter(String fileName,
boolean append,
boolean buffered,
boolean threadSafe,
boolean shared)
Creates a
ByteArrayWriter for a file. |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedWriterDecorator
Decorator to buffer output data for any
ByteArrayWriter implementation. |
class |
LockedFileOutputStreamWriter
Wrapper for using
FileOutputStream as writer. |
class |
OutputStreamWriter
Wrapper for using any
OutputStream as writer. |
class |
SynchronizedWriterDecorator
Thread-safe decorator for any
ByteArrayWriter implementation. |
| Constructor and Description |
|---|
BufferedWriterDecorator(ByteArrayWriter writer) |
SynchronizedWriterDecorator(ByteArrayWriter writer,
Object mutex) |
Copyright © 2020. All rights reserved.