Method LogSection
LogSection(Action, string?)
Logs section using LogBeginSection(string?, LogItemKind), LogEndSection(LogItemKind)
and calling logAction
between them.
public static void LogSection(Action logAction, string? title = null)
Logs section using LogBeginSection(string?, LogItemKind), LogEndSection(LogItemKind)
and calling logAction
between them.
public static void LogSection(Action logAction, string? title = null)