Releases: bolteu/kalev
Releases · bolteu/kalev
v1.0.4
v1.0.3
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