Enumerations

The following enumerations are available globally.

  • Defines the level of a log

    See more

    Declaration

    Objective-C

    enum BFLogLevel : NSUInteger {}

    Swift

    enum BFLogLevel : UInt, @unchecked Sendable