Property OpenedSectionsCount
OpenedSectionsCount
Gets the number of log sections which were opened using LogBeginSection(string?, LogItemKind) and not yet closed with LogEndSection(LogItemKind).
public static int OpenedSectionsCount { get; }
Gets the number of log sections which were opened using LogBeginSection(string?, LogItemKind) and not yet closed with LogEndSection(LogItemKind).
public static int OpenedSectionsCount { get; }