Skip to content

Priority of RollbarLevel.Info and RollbarLevel.Debug is inverted - version 3.0.0 #291

Description

@lavenj

In RollbarLevel.h:

typedef NS_ENUM(NSUInteger, RollbarLevel) {
    RollbarLevel_Info,
    RollbarLevel_Debug,
    RollbarLevel_Warning,
    RollbarLevel_Critical,
    RollbarLevel_Error
};

Priority of Info and Debug log levels is clearly reversed. This causes decisions about what log messages to send to be incorrect.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions