Click or drag to resize

LoggerConfigurationDeleteOldFileOnStartup Property

delete the old log file on startup. this creates always an empty log. If continuous logging is required, set the value to false.

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.27.0
Syntax
C#
public bool? DeleteOldFileOnStartup { get; set; }

Property Value

NullableBoolean
See Also