LogLevel

@Retention(value = SOURCE)
annotation class LogLevel

Supported Log levels

Author

Umang Chamaria

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
toString
Link copied to clipboard
abstract fun toString(): String

Properties

DEBUG
Link copied to clipboard
val DEBUG: Int
Debug logs from the SDK would be printed.
ERROR
Link copied to clipboard
val ERROR: Int
Error logs from the SDK would be printed.
INFO
Link copied to clipboard
val INFO: Int
Info logs from the SDK would be printed.
NO_LOG
Link copied to clipboard
val NO_LOG: Int
No logs from the SDK would be printed.
VERBOSE
Link copied to clipboard
val VERBOSE: Int
Verbose logs from the SDK would be printed.
WARN
Link copied to clipboard
val WARN: Int
Warning logs from the SDK would be printed.