Level

class Level

A helper class that contains predefined static level values:

Properties

Link copied to clipboard
val APPLICATION: Int = 10
Log entries level for applications.
Link copied to clipboard
val DEBUG: Int = 0
Level used just for debugging purposes.
Link copied to clipboard
val ERROR: Int = 20
Log entries with very high importance, like errors.
Link copied to clipboard
val INFO: Int = 5
Default logging level for important entries.
Link copied to clipboard
val VERBOSE: Int = 1
Log entries with minor importance.
Link copied to clipboard
val WARNING: Int = 15
Log entries with high importance.

Functions

Link copied to clipboard
open fun fromPriority(priority: Int): Int
The Log Level and android.util.Log are not compatible.