Skip to content

Releases: amzn/kmp-logger

0.0.1

10 Jun 22:11

Choose a tag to compare

  • Initial release of KMPLogger
  • Logger value class with zero-allocation logging
  • LogLevel enum (VERBOSE, DEBUG, INFO, WARN, ERROR)
  • LoggingStrategy interface for custom logging implementations
  • DefaultLoggingStrategy with platform-specific implementations
  • Any.logger extension 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