AFLog Level
Severity threshold for SDK and HTTP logging.
Set via AFCoreConfig.Builder (logLevel / httpLogLevel). A level admits its own severity and everything more severe: e.g. WARN emits WARN, ERROR, and ASSERT but suppresses INFO, DEBUG, and VERBOSE. OFF silences a channel entirely.
Severity order, least to most severe: VERBOSE<DEBUG<INFO<WARN<ERROR<ASSERT.
Recommended defaults: WARN (or ERROR) in release builds to keep logs quiet, DEBUG or VERBOSE while integrating. Emitted records are delivered to your AFLogWriter if one is configured.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.