Method LogBeginSectionToFile
LogBeginSectionToFile(string?, string?)
Begins log to file section.
public static void LogBeginSectionToFile(string? title = null, string? filename = null)
Parameters
titlestringSection title. Optional.
filenamestringLog file path. LogFilePath is used when this parameter is
null.