AppendSyslog.this

Create an AppendSyslog upon a file-set with the specified path and optional layout. The minimal file count is two and the maximum is 1000 (explicitly 999). The minimal compress_begin index is 2.

class AppendSyslog
this
(
char[] path
,
uint count
,,
char[] compress_cmd = null
,
char[] compress_suffix = null
,,)

Parameters

path char[]

path to the first logfile

count uint

maximum number of logfiles

max_size long

maximum size of a logfile in bytes

compress_cmd char[]

command to use to compress logfiles

compress_suffix char[]

suffix for compressed logfiles

compress_begin size_t

index after which logfiles should be compressed

how Appender.Layout

which layout to use

Meta