LogLevel

enum LogLevel : Enum<Webcom.LogLevel>

Lists all log levels available for the Webcom SDK.

Entries

Link copied to clipboard
NONE(10)

Disable logging.

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

Log error messages.

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

Log warn & error messages.

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

Log info, warn & error messages.

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

Log debug, info, warn & error messages.

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

Log all messages.

Link copied to clipboard
ALL(0)

Log all messages. Same as LogLevel.VERBOSE.

Properties

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