1file # 17:@file:Suppress("unused", "NOTHING_TO_INLINE") 2Suppress 3file 4JvmName 5org 6jetbrains 7anko 8android 9util 10Log 11AnkoLogger # 36:interface AnkoLogger { 12loggerTag 13String 14getTag 15javaClass 16AnkoLogger # 45:fun AnkoLogger(clazz: Class<*>): 17clazz 18Class 19AnkoLogger 20AnkoLogger 21loggerTag 22getTag 23clazz 24AnkoLogger # 49:fun AnkoLogger(tag: String): 25tag 26String 27AnkoLogger 28AnkoLogger 29init 30assert 31tag 32length 33tag 34loggerTag 35tag 36T # 56:inline fun <reified T: 37Any 38AnkoLogger 39AnkoLogger 40AnkoLogger 41T 42java 43AnkoLogger # 69:fun AnkoLogger.verbose(message: 44verbose 45message 46Any 47thr 48Throwable 49log 50message 51thr 52Log 53VERBOSE 54tag 55msg 56Log 57v 58tag 59msg 60tag 61msg 62thr 63Log 64v 65tag 66msg 67thr 68AnkoLogger # 86:fun AnkoLogger.debug(message: 69debug 70message 71Any 72thr 73Throwable 74log 75message 76thr 77Log 78DEBUG 79tag 80msg 81Log 82d 83tag 84msg 85tag 86msg 87thr 88Log 89d 90tag 91msg 92thr 93AnkoLogger # 103:fun AnkoLogger.info(message: 94info 95message 96Any 97thr 98Throwable 99log 100message 101thr 102Log 103INFO 104tag 105msg 106Log 107i 108tag 109msg 110tag 111msg 112thr 113Log 114i 115tag 116msg 117thr 118AnkoLogger # 120:fun AnkoLogger.warn(message: 119warn 120message 121Any 122thr 123Throwable 124log 125message 126thr 127Log 128WARN 129tag 130msg 131Log 132w 133tag 134msg 135tag 136msg 137thr 138Log 139w 140tag 141msg 142thr 143AnkoLogger # 137:fun AnkoLogger.error(message: 144error 145message 146Any 147thr 148Throwable 149log 150message 151thr 152Log 153ERROR 154tag 155msg 156Log 157e 158tag 159msg 160tag 161msg 162thr 163Log 164e 165tag 166msg 167thr 168AnkoLogger # 153:fun AnkoLogger.wtf(message: 169wtf 170message 171Any 172thr 173Throwable 174thr 175Log 176wtf 177loggerTag 178message 179toString 180thr 181Log 182wtf 183loggerTag 184message 185toString 186AnkoLogger # 171:inline fun AnkoLogger.verbose(message: 187verbose 188message 189Any 190tag 191loggerTag 192Log 193isLoggable 194tag 195Log 196VERBOSE 197Log 198v 199tag 200message 201toString 202AnkoLogger # 188:inline fun AnkoLogger.debug(message: 203debug 204message 205Any 206tag 207loggerTag 208Log 209isLoggable 210tag 211Log 212DEBUG 213Log 214d 215tag 216message 217toString 218AnkoLogger # 205:inline fun AnkoLogger.info(message: 219info 220message 221Any 222tag 223loggerTag 224Log 225isLoggable 226tag 227Log 228INFO 229Log 230i 231tag 232message 233toString 234AnkoLogger # 222:inline fun AnkoLogger.warn(message: 235warn 236message 237Any 238tag 239loggerTag 240Log 241isLoggable 242tag 243Log 244WARN 245Log 246w 247tag 248message 249toString 250AnkoLogger # 239:inline fun AnkoLogger.error(message: 251error 252message 253Any 254tag 255loggerTag 256Log 257isLoggable 258tag 259Log 260ERROR 261Log 262e 263tag 264message 265toString 266Throwable # 249:inline fun Throwable.getStackTraceString(): 267getStackTraceString 268String 269Log 270getStackTraceString 271log # 251:private inline fun log( 272logger 273AnkoLogger 274message 275Any 276thr 277Throwable 278level 279Int 280f 281String 282String 283Unit 284fThrowable 285String 286String 287Throwable 288Unit 289tag 290logger 291loggerTag 292Log 293isLoggable 294tag 295level 296thr 297fThrowable 298tag 299message 300toString 301thr 302f 303tag 304message 305toString 306getTag # 268:private fun getTag(clazz: 307clazz 308Class 309String 310tag 311clazz 312simpleName 313tag 314length 315tag 316tag 317substring 318