KSTLogLevel

enum KSTLogLevel : NSInteger {}

Enum describing the current log level. This should be defined somewhere in your project as a static const variable named kKSTLogLevel with the value equal to one of the below values.

static NSInteger const kKSTLogLevel = …;