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 1
1
# devlog-kotlin
2
2
3
3
Structured 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.
5
5
6
6
- Docs: https://devlog-kotlin.hermannm.dev
7
7
- Published on:
Original file line number Diff line number Diff line change 1
1
# Module devlog-kotlin
2
2
3
3
Structured 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.
5
5
6
6
Repository: < https://github.com/hermannm/devlog-kotlin >
7
7
8
8
This site hosts the docstrings for public classes and functions in ` devlog-kotlin ` . For a
9
9
higher-level introduction to the library, see
10
10
the [ "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