Type Alias LogStatusEntry

LogStatusEntry: {
    count?: number;
    icon: UIImage;
    label: UILabel;
}

The LogStatusEntry interface represents a status entry in the log info button. It contains an icon, a label and an optional count.