| AppenderFileRotatingDate | R Documentation |
Log to a date-stamped rotating file
Log to a date-stamped rotating file
This is a simpler version of AppenderFileRotatingTime when the timestamps do not need to include sub-day accuracy.
lgr::Filterable -> lgr::Appender -> lgr::AppenderFile -> lgr::AppenderFileRotating -> AppenderFileRotatingDate
lgr::Filterable$add_filter()lgr::Filterable$filter()lgr::Filterable$remove_filter()lgr::Filterable$set_filters()lgr::Appender$set_layout()lgr::Appender$set_threshold()lgr::AppenderFile$show()lgr::AppenderFileRotating$append()lgr::AppenderFileRotating$prune()lgr::AppenderFileRotating$set_backup_dir()lgr::AppenderFileRotating$set_compression()lgr::AppenderFileRotating$set_create_file()lgr::AppenderFileRotating$set_file()lgr::AppenderFileRotating$set_max_backups()lgr::AppenderFileRotating$set_size()lgr::AppenderFileRotating$format()lgr::AppenderFileRotating$rotate()lgr::AppenderFileRotating$set_age()lgr::AppenderFileRotating$set_cache_backups()lgr::AppenderFileRotating$set_fmt()lgr::AppenderFileRotating$set_overwrite()new()AppenderFileRotatingDate$new( file, threshold = NA_integer_, layout = LayoutFormat$new(), filters = NULL, age = Inf, size = -1, max_backups = Inf, compression = FALSE, backup_dir = dirname(file), fmt = "%Y-%m-%d", overwrite = FALSE, cache_backups = TRUE, create_file = NULL )
size, age, max_backups, compression, backup_dir, fmt, overwrite, cache_backupssee rotor::rotate_date() for the meaning of these arguments. Note that
fmt corresponds to format (because $format has a special meaning
for R6 classes).
clone()The objects of this class are cloneable with this method.
AppenderFileRotatingDate$clone(deep = FALSE)
deepWhether to make a deep clone.
AppenderFileRotatingTime, AppenderFileRotating, rotor::rotate()
Other Appenders:
Appender,
AppenderBuffer,
AppenderConsole,
AppenderFile,
AppenderFileRotating,
AppenderFileRotatingTime,
AppenderTable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.