Click or drag to resize

FileTargetDeleteOldFileOnStartup Property

Gets or sets a value indicating whether to delete old log file on startup.

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

Property Value

Type: Boolean
Remarks
Default: . When current log-file exists, then it is deleted (and resetting sequence number)
See Also