Package | Description |
---|---|
org.tinylog.writers |
Writers for outputting log entries.
|
org.tinylog.writers.raw |
Writers for outputting raw byte arrays.
|
Modifier and Type | Method | Description |
---|---|---|
protected static ByteArrayWriter |
AbstractFormatPatternWriter.createByteArrayWriter(java.lang.String fileName,
boolean append,
boolean buffered,
boolean threadSafe,
boolean shared) |
Creates a
ByteArrayWriter for a file. |
Modifier and Type | Class | 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 | Description |
---|---|
BufferedWriterDecorator(ByteArrayWriter writer) |
|
SynchronizedWriterDecorator(ByteArrayWriter writer,
java.lang.Object mutex) |
Copyright © 2018. All rights reserved.