This returns the name of the log file used for saving the build progress messages

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
public string LogFilename { get; }
Visual Basic
Public ReadOnly Property LogFilename As String
	Get

Property Value

Type: String

See Also