aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/ca/allanwang/kau/logging/KL.kt
AgeCommit message (Collapse)Author
2018-12-25Use withContext instead of asyncAllan Wang
2018-12-24Enhancement/coroutines (#180)Allan Wang
* Add coroutine dependency * Add coroutines to kprefactivity * Change base job to supervisor * Update coroutines for faq * Update changelog * Use preloading in media picker core * Make test logging internal * Remove anko
2018-12-24Enhancement/ktlint (#179)Allan Wang
* Add spotless dependency * Apply ktlint * Add license headers
2018-02-13Update docs (#135)Allan Wang
* Update docs * Update format * Update dependencies
2017-12-31Misc (#122)3.6.1Allan Wang
* Update dependencies and use dexcount * Add should log extender * Allow null message * Add nullable eThro * Update changelog
2017-08-07Release 3.3.0 (#32)3.3.0Allan Wang
* Rewrite Logger (#29) * Remove dependency on timber * Update logger * Reorder throwabl * Fix lint * Update readme * Blank target * Create Zip (#30) * Finish zips with tests * Finalize * Update changelog * Add log hooks * Open most logging functions * Remap kpref items (#31) * Update readme * Generate files and prepare release * Kpref -
2017-07-04Separate core components in its own moduleAllan Wang