Table of Contents

Method LogBeginSectionToFile

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

LogBeginSectionToFile(string?, string?)

Begins log to file section.

public static void LogBeginSectionToFile(string? title = null, string? filename = null)

Parameters

title string

Section title. Optional.

filename string

Log file path. LogFilePath is used when this parameter is null.