https://github.com/alexanderwolz/commons-log
Common utilities for Java/Kotlin development over SLF4J logging
https://github.com/alexanderwolz/commons-log
classes common java kotlin logging utilities
Last synced: about 1 month ago
JSON representation
Common utilities for Java/Kotlin development over SLF4J logging
- Host: GitHub
- URL: https://github.com/alexanderwolz/commons-log
- Owner: alexanderwolz
- License: apache-2.0
- Created: 2025-10-01T08:28:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-07T04:41:38.000Z (9 months ago)
- Last Synced: 2025-10-11T05:25:24.012Z (9 months ago)
- Topics: classes, common, java, kotlin, logging, utilities
- Language: Kotlin
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Commons Log





## 🧑💻 About
This repository provides common logging utilities.
## 🛠️ Build
1. Create jar resource using ```./gradlew clean build```
2. Copy ```/build/libs/*.jar``` into your project
3. Use the log classes
## 📦 Getting the latest release
You can pull the latest binaries from the central Maven repositories:
with Gradle
```kotlin
implementation("de.alexanderwolz:commons-log:1.3.1")
```
with Maven
```xml
de.alexanderwolz
commons-log
1.3.1
```
## 🪄 Example
```kotlin
val logger = Logger(javaClass)
logger.trace { "This is a trace log" }
```
- - -
Made with ❤️ in Bavaria
© 2025, Alexander Wolz