https://github.com/alexsobiek/logger
Base Logback/SLF4J logger used in my Java projects
https://github.com/alexsobiek/logger
Last synced: 3 months ago
JSON representation
Base Logback/SLF4J logger used in my Java projects
- Host: GitHub
- URL: https://github.com/alexsobiek/logger
- Owner: alexsobiek
- Created: 2022-12-21T11:03:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T01:24:29.000Z (over 2 years ago)
- Last Synced: 2024-12-28T13:43:24.237Z (5 months ago)
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# logger
Base Logback/SLF4J logger used in my Java projects### Gradle (Kotlin)
```kotlin
repositories {
maven("https://maven.alexsobiek.com/snapshots")
}dependencies {
implementation("com.alexsobiek:logger:main-SNAPSHOT")
}
```