Create file appender
createFileAppender(
layout = layoutParallel,
fileName,
overwrite = FALSE,
expirationTime = 60
)
The layout to be used by the appender.
The name of the file to write to.
Overwrite the file if it is older than the expiration time?
Expiration time in seconds
Creates an appender that will write to a file.