Click or drag to resize

FileTargetArchiveAboveSize Property

Gets or sets the size in bytes above which log files will be automatically archived.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public long ArchiveAboveSize { get; set; }

Property Value

Type: Int64
Remarks
Notice when combined with Date then it will attempt to append to any existing archive file if grown above size multiple times. New archive file will be created when using DateAndSequence
See Also