Skip to content

v1.0.3

Compare
Choose a tag to compare
@devindi devindi released this 15 Jan 08:04
· 9 commits to master since this release
1a0c8ae

FastLog mode 🏎️

Fast log is a high-performance logging feature. Note that logs which was passed to fastlog will NOT be delivered to log consumers (Kalevipoeg implementation)

How to use

//setup
Kalev.fastLog = AndroidFastLog() //or use any implementation of FastLog interface
//usage
Kalev.fastLog?.v("Activity created")

Check README and samples for additional information