Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor logging implementation for coroutines support
Eliminated the `SimpleLoggingEvent` and `SimpleCoroutinesLoggingEvent` classes, consolidating logic into a unified `LoggingEvent` class. Introduced comprehensive coroutine-based examples and documentation, enhancing logging with coroutines in Kotlin multiplatform. Updated project version to 0.30.0 and included a new example demonstrating coroutine logging.
- Loading branch information