LogLevel

LogLevel for Sendbird.

Since

3.0.153

See also

Entries

Link copied to clipboard

Verbose level. Once set to this level, all logs will be printed.

Link copied to clipboard

Debug level. Once set to this level, all logs except verbose level logs will be printed.

Link copied to clipboard

Info level. Once set to this level, all logs except verbose, and debug level logs will be printed.

Link copied to clipboard

Warn level. Once set to this level, only warn level logs and error level logs will be printed.

Link copied to clipboard

Error level. Once set to this level, only error level logs will be printed.

Link copied to clipboard

None level. Once set to this level, no logs will be printed.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): LogLevel

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.