 | 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
Syntaxbool AppendToDayLogFile { get; set; }
Property AppendToDayLogFile As Boolean
Get
Set
property bool AppendToDayLogFile {
bool get ();
void set (bool value);
}
abstract AppendToDayLogFile : bool with get, set
Property Value
Type:
Booleantrue if [append to daily log file]; otherwise,
false.
See Also