BLLogLevel public enum BLLogLevel : Int, Sendable An enumeration indicating log levels that can be used with the SDK. error Declaration Swift case error = 1 warning Declaration Swift case warning = 2 info Declaration Swift case info = 3 debug Declaration Swift case debug = 4