January 2018
Intermediate to advanced
434 pages
14h 1m
English
Follow the given steps to learn how to use logging with the help of Anko library:
class MainActivity : AppCompatActivity(),AnkoLogger {
info(“info message”)
|
android.util.Log |
AnkoLogger |
|
v() |
verbose() |
|
d() |
debug() |
|
i() |
info() |
|
w() |
warn() |
|
e() |
error() |
|
wtf() |
wtf() |
class MainActivity : AppCompatActivity(),AnkoLogger { override val loggerTag="CustomTag" ...Read now
Unlock full access