Skip to content

0.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 22:11
· 4 commits to main since this release
  • 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