Declared in PBLog+Public.h

PBPebbleKitLogFlag

Definition

typedef NS_OPTIONS(NSUInteger, PBPebbleKitLogFlag ) {
   PBPebbleKitLogFlagError = ( 1 < < 0 ),
   PBPebbleKitLogFlagWarning = ( 1 < < 1 ),
   PBPebbleKitLogFlagInfo = ( 1 < < 2 ),
   PBPebbleKitLogFlagDebug = ( 1 < < 3 ),
   PBPebbleKitLogFlagVerbose = ( 1 < < 4 ),
};

Constants

PBPebbleKitLogFlagError

Declared In PBLog+Public.h.

PBPebbleKitLogFlagWarning

Declared In PBLog+Public.h.

PBPebbleKitLogFlagInfo

Declared In PBLog+Public.h.

PBPebbleKitLogFlagDebug

Declared In PBLog+Public.h.

PBPebbleKitLogFlagVerbose

Declared In PBLog+Public.h.