Skip to content

2.0.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Nov 17:13
· 2 commits to main since this release
c9af0b7

What's Changed

  • OSLogWriter
    • OSLogWriter now takes in optional subsystem and category strings that are sent to OSLog initializer
    • OSLogWriter now takes in optional publicLogging boolean that when set to true would enforce logs to be public (See documentation here).
    • Changed logThrowable to call throwable.stackTraceToString() instead of throwable.getStackTrace().joinToString("\n")
    • Fixing other issues
  • Adding kermit-io module for file logging, which includes a rolling log file writer RollingFileLogWriter using kotlinx-io
  • Updated the WASM Implementation to match newest recommendations
  • Updating kotlin version to 2.0.21

Pull Requests

New Contributors

Full Changelog: 2.0.4...2.0.5