ISandcastle ProjectKeep Log File Property
This property is used to get or set whether or not the log file is retained after a successful build
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The default value is true
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
bool KeepLogFile { get; set; }VB
Property KeepLogFile As Boolean
Get
SetC++
property bool KeepLogFile {
bool get ();
void set (bool value);
}F#
abstract KeepLogFile : bool with get, setProperty Value
BooleanThe default value is true