createFileAppender | R Documentation |
Create file appender
createFileAppender(
layout = layoutParallel,
fileName,
overwrite = FALSE,
expirationTime = 60
)
layout |
The layout to be used by the appender. |
fileName |
The name of the file to write to. |
overwrite |
Overwrite the file if it is older than the expiration time? |
expirationTime |
Expiration time in seconds |
Creates an appender that will write to a file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.