Method LogEndSectionToFile
LogEndSectionToFile(string?)
Ends log to file section.
public static void LogEndSectionToFile(string? filename = null)
Parameters
filename
stringLog file path. LogFilePath is used when this parameter is
null
.
Ends log to file section.
public static void LogEndSectionToFile(string? filename = null)
filename
stringLog file path. LogFilePath is used
when this parameter is null
.