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
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, create_file = TRUE, cache_backups = TRUE )
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:
AppenderBuffer,
AppenderConsole,
AppenderFileRotatingTime,
AppenderFileRotating,
AppenderFile,
AppenderTable,
Appender