OPLogLevel Constants Reference

Declared in OPLogLevel.h

OPLogLevel

Represents the amount of log output that should be written to the console.

Definition

typedef NS_ENUM(NSInteger, OPLogLevel ) {
   OPLogLevelError,
   OPLogLevelVerbose,
};

Constants

OPLogLevelError

Reduces logging to errors. This is the default log level.

Declared In OPLogLevel.h.

OPLogLevelVerbose

Provides verbose log output.

Declared In OPLogLevel.h.

Declared In

OPLogLevel.h