File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# devlog-kotlin
22
33Structured logging library for Kotlin, that aims to provide a developer-friendly API with near-zero
4- runtime overhead. Currently only supports the JVM platform, wrapping SLF4J and Logback .
4+ runtime overhead. Currently only supports the JVM platform, wrapping SLF4J.
55
66- Docs: https://devlog-kotlin.hermannm.dev
77- Published on:
Original file line number Diff line number Diff line change 11# Module devlog-kotlin
22
33Structured logging library for Kotlin, that aims to provide a developer-friendly API with near-zero
4- runtime overhead. Currently only supports the JVM platform, wrapping SLF4J and Logback .
4+ runtime overhead. Currently only supports the JVM platform, wrapping SLF4J.
55
66Repository: < https://github.com/hermannm/devlog-kotlin >
77
88This site hosts the docstrings for public classes and functions in ` devlog-kotlin ` . For a
99higher-level introduction to the library, see
1010the [ "Usage" section in the README on GitHub] ( https://github.com/hermannm/devlog-kotlin#usage ) .
11+
12+ # Package dev.hermannm.devlog
13+
14+ The main package of ` devlog-kotlin ` , providing the ` Logger ` API.
15+
16+ # Package dev.hermannm.devlog.output.logback
17+
18+ Provides extensions for formatting log output when using ` devlog-kotlin ` with the
19+ [ Logback] ( https://logback.qos.ch/ ) library on the JVM.
You can’t perform that action at this time.
0 commit comments