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