Other Enumerations

The following enumerations are available globally.

  • The log levels are used to filter internal logging.

    See more

    Declaration

    Objective-C

    enum EMBLogLevel {}

    Swift

    enum EMBLogLevel : Int
  • Log message severity. Marks the log message as info, warning, or error for filtering on the dashboard.

    See more

    Declaration

    Objective-C

    enum EMBSeverity {}

    Swift

    enum EMBSeverity : Int
  • The framework used by the app.

    See more

    Declaration

    Objective-C

    enum EMBAppFramework {}

    Swift

    enum EMBAppFramework : Int