Writerpublic final class RollingFileWriter extends AbstractFormatPatternWriter
policies and the output can be buffered for improving performance. The path to the log file can contain one or more
patterns that will be resolved at runtime.| Constructor | Description |
|---|---|
RollingFileWriter() |
|
RollingFileWriter(java.util.Map<java.lang.String,java.lang.String> properties) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
Closes the writer.
|
void |
flush() |
Outputs buffered log entries immediately.
|
void |
write(LogEntry logEntry) |
Outputs a given log entry.
|
createByteArrayWriter, getCharset, getCharsetHeader, getFileNamegetRequiredLogEntryValues, rendergetBooleanValue, getStringValuepublic RollingFileWriter()
throws java.io.IOException
java.io.IOException - Log file cannot be opened for write accessjava.lang.IllegalArgumentException - A property has an invalid value or is missing in configurationpublic RollingFileWriter(java.util.Map<java.lang.String,java.lang.String> properties)
throws java.io.IOException
properties - Configuration for writerjava.io.IOException - Log file cannot be opened for write accessjava.lang.IllegalArgumentException - A property has an invalid value or is missing in configurationpublic void write(LogEntry logEntry) throws java.io.IOException
WriterlogEntry - Log entry to outputjava.io.IOExceptionpublic void flush()
throws java.io.IOException
Writerjava.io.IOExceptionpublic void close()
throws java.io.IOException,
java.lang.InterruptedException
Writerjava.io.IOExceptionjava.lang.InterruptedExceptionCopyright © 2023. All rights reserved.