TEALCollectLogLevel Constants Reference
Declared in | TEALCollectConfiguration.h |
---|
TEALCollectLogLevel
Unsigned integer value that controls the verbosity level of any log output.
Definition
typedef NS_ENUM(NSUInteger, TEALCollectLogLevel ) {
TEALCollectLogLevelNone = 1,
TEALCollectLogLevelNormal,
TEALCollectLogLevelVerbose,
TEALCollectLogLevelExtremeVerbosity,
};
Constants
TEALCollectLogLevelNone
-
Nothing is logged to the console, this is the default.
Declared In
TEALCollectConfiguration.h
. TEALCollectLogLevelNormal
-
Normal is minimal informative feedback of events processed and requested task status
Declared In
TEALCollectConfiguration.h
. TEALCollectLogLevelVerbose
-
Verbose is a more verbose version of normal, expanded logs for each event. Useful for debugging and verifing during development.
Declared In
TEALCollectConfiguration.h
. TEALCollectLogLevelExtremeVerbosity
-
Extremely Verbose will display everything from Verbose with more gross details such has the complete contents of NSURLRequests and their responses.
Declared In
TEALCollectConfiguration.h
.
Declared In
TEALCollectConfiguration.h