https://github.com/coditory/klog
https://github.com/coditory/klog
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coditory/klog
- Owner: coditory
- License: apache-2.0
- Created: 2023-12-28T17:59:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-10T20:17:37.000Z (7 months ago)
- Last Synced: 2025-09-11T00:18:01.516Z (7 months ago)
- Language: Kotlin
- Size: 254 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# klog - kotlin logger
[](https://github.com/coditory/klog/actions/workflows/build.yml)
[](https://codecov.io/gh/coditory/klog)
[](https://mvnrepository.com/artifact/com.coditory.klog/klog)
**🚧 This library as under heavy development until release of version `1.x.x` 🚧**
> Async first kotlin logger
## Sample usage
Add dependency to `build.gradle.kts`:
```kts
dependencies {
implementation("com.coditory.klog:klog:$version")
}
```