LogLevel

LogLevel contains the different levels of configurable logging in the Tracker.

Entries

Link copied to clipboard

Nothing from the Tracker is logged.

Link copied to clipboard

All errors are logged for the Tracker.

Link copied to clipboard

All debugging errors are logged for the Tracker.

Link copied to clipboard

Everything that can be logged is logged.

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.

Properties

Link copied to clipboard
val level: Int
Link copied to clipboard
Link copied to clipboard