LogLevel

enum LogLevel : Enum<Config.LogLevel>

Entries

NONE
Link copied to clipboard
NONE(7)

Disable logging.

ERROR
Link copied to clipboard
ERROR(android.util.Log.ERROR)

Log error messages.

WARN
Link copied to clipboard
WARN(android.util.Log.WARN)

Log warn & error messages.

INFO
Link copied to clipboard
INFO(android.util.Log.INFO)

Log info, warn & error messages.

DEBUG
Link copied to clipboard
DEBUG(android.util.Log.DEBUG)

Log debug, info, warn & error messages.

VERBOSE
Link copied to clipboard
VERBOSE(android.util.Log.VERBOSE)

Log all messages.

ALL
Link copied to clipboard
ALL(0)

Log all messages. Same as LogLevel.VERBOSE.

Properties

intValue
Link copied to clipboard
val intValue: Int
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int