Category

public struct Category : Hashable

A value representing a log category.

Categories are used to group logs related to the same subject.

Stored Properties

  • The name of the category.

    Declaration

    Swift

    public let name: String
  • The emoji associated to the category.

    Declaration

    Swift

    public let emoji: String