DebugLog

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class DebugLog(logLevel: Cabret.LogLevel, tag: String)

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

logLevel
Link copied to clipboard
common
val logLevel: Cabret.LogLevel
tag
Link copied to clipboard
common
val tag: String