Ah yes, that was to wrapper Ankologger functionali...
# android
j
Ah yes, that was to wrapper Ankologger functionality:
Copy code
interface Logger : AnkoLogger
d
If you're not using the rest of Anko, you could look into
Timber
logger, it's better in certain ways...
j
I am using the other parts of Anko, but I’ll take a look at Timber. Thanks!