Click or drag to resize

FileTargetArchiveAboveSize Property

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

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

Property Value

Type: Int64
Remarks
Default: 0
See Also