Click or drag to resize

ILoggerAppendToDayLogFile Property

Gets or sets a value indicating whether to append to the daily log file.

Namespace:  Koden.Utils.Interfaces
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
bool AppendToDayLogFile { get; set; }

Property Value

Type: Boolean
true if [append to daily log file]; otherwise, false.
See Also