EVGLogLevel Constant Reference
Indicates the threshold for logging in [Evergage logLevel]
. Log messages at the threshold level and lower will be logged. For instance, if the threshold is EVGLogLevelWarn
, messages at level EVGLogLevelWarn
or EVGLogLevelError
will be logged.
Constant | Description | Declared in |
---|
EVGLogLevelError | Indicates that an operation failed. | Declared In EVGConstants.h. |
EVGLogLevelWarn | Indicates that something abnormal happened but the overall operation did not necessarily fail. | Declared In EVGConstants.h. |
EVGLogLevelInfo | Provides detail about most operations. | Declared In EVGConstants.h. |
EVGLogLevelDebug | Provides a high level of detail primarily intended for Personalization developers. | Declared In EVGConstants.h. |
EVGLogLevelOff | Disables all logging. This is the default for release builds. | Declared In EVGConstants.h. |
EVGLogLevelAll | Enables all logging. | Declared In EVGConstants.h. |