ADEumLoggingLevel Constants Reference
| Declared in | ADEumInstrumentation_interfaces.h |
|---|
ADEumLoggingLevel
Logging levels constants.
Definition
typedef NS_ENUM(NSUInteger, ADEumLoggingLevel ) {
ADEumLoggingLevelOff,
ADEumLoggingLevelError,
ADEumLoggingLevelWarn,
ADEumLoggingLevelInfo,
ADEumLoggingLevelDebug,
ADEumLoggingLevelVerbose,
ADEumLoggingLevelAll,
};
Constants
ADEumLoggingLevelOff-
Agent will emit no messages at all
Declared In
ADEumInstrumentation_interfaces.h. ADEumLoggingLevelError-
Error messages only, this is the default
Declared In
ADEumInstrumentation_interfaces.h. ADEumLoggingLevelWarn-
Warning messages or higher
Declared In
ADEumInstrumentation_interfaces.h. ADEumLoggingLevelInfo-
Information, may be useful to developer
Declared In
ADEumInstrumentation_interfaces.h. ADEumLoggingLevelDebug-
Debug, useful for support personel and developers
Declared In
ADEumInstrumentation_interfaces.h. ADEumLoggingLevelVerbose-
Verbose, useful for support personel
Declared In
ADEumInstrumentation_interfaces.h. ADEumLoggingLevelAll-
All messages
Declared In
ADEumInstrumentation_interfaces.h.
Declared In
ADEumInstrumentation_interfaces.h