Releases: amzn/kmp-logger
Releases · amzn/kmp-logger
0.0.1
- Initial release of KMPLogger
Loggervalue class with zero-allocation loggingLogLevelenum (VERBOSE, DEBUG, INFO, WARN, ERROR)LoggingStrategyinterface for custom logging implementationsDefaultLoggingStrategywith platform-specific implementationsAny.loggerextension property for automatic tag generation- Platform support: Android (Logcat), iOS (os_log), JVM (println)
- Configurable minimum log level
- Optional tag prefix support
- Thread-safe configuration