GCLogLevel Constants Reference
| Declared in | GCCommon.h |
|---|
GCLogLevel
Detail level of GalileoControl framework log output.
Definition
typedef NS_ENUM(NSUInteger, GCLogLevel ) {
GCLogLevelNone,
GCLogLevelError,
GCLogLevelWarning,
GCLogLevelInfo,
GCLogLevelDebug,
GCLogLevelTrace,
};
Constants
GCLogLevelNone-
No logging output at all.
Declared In
GCCommon.h. GCLogLevelError-
Output only error messages.
Declared In
GCCommon.h. GCLogLevelWarning-
Output error and warning messages.
Declared In
GCCommon.h. GCLogLevelInfo-
Output messages from prior levels and also high level debug information.
Declared In
GCCommon.h. GCLogLevelDebug-
Output messages from prior levels and also more fine grained debug information. Incudes details of packets sent and received.
Declared In
GCCommon.h. GCLogLevelTrace-
Output all log messages. Includes details of bytes read and written.
Declared In
GCCommon.h.
Declared In
GCCommon.h