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.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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