LogLevel

annotation class LogLevel

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
Error
Link copied to clipboard
val Error: Int
Info
Link copied to clipboard
val Info: Int
Max
Link copied to clipboard
val Max: Int
Metrics
Link copied to clipboard
val Metrics: Int
ProcedureCall
Link copied to clipboard
val ProcedureCall: Int
Trace
Link copied to clipboard
val Trace: Int
Warn
Link copied to clipboard
val Warn: Int