-
Objective:
Create the foundational project setup with Spring Boot.
Tasks:
Configure logging (Log4j or tinylog)
-
**Describe the bug**
Depencency analyzer identifies some dependencies as unused. e.g.:
**Log and Stack trace**
```
[INFO] --- maven-dependency-plugin:3.8.0:analyze-only (analyze) @ langch…
-
TinyLog
-
Tinylog: https://tinylog.org/v2/getting-started/
Because it's very simple to use.
Alterantives:
- [Google Flogger](https://github.com/google/flogger) - feels too heavyweight.
- [Logback](htt…
-
When building using mvn color resolution in console is broken
2024-04-15 23:09:05 [main] com.thecrownstudios.minestomlauncher.Main.main()
INFO: Hello world!
[main] INFO com.thecrownstudios.minest…
-
```
Required filename-based automodules detected: [tinylog-1.3.6.jar]. Please don't publish this project to a public artifact repository!
```
-
**Describe the bug**
The preloaded javadoc on tinylog.org seems to only cover the `tinylog-api`package. This means that core extension points like `Writer` are not documented, and need to be reviewed…
-
I would like to use ModiTect to generate module-info.java descriptors for the JARs of my library. One of my artifacts has an **optional** dependency to `com.google.android:android:1.5_r3`. Unfortunate…
-
https://github.com/ewjmulder/tinylog/blob/v1.3/tinylog/src/org/pmw/tinylog/Tokenizer.java
new inner class MaxSizeToken that just cuts off first or last part that is too long
new inner class FixedSiz…
-
Since April 24, 2021 the SLF4J binding of tinylog supports also SLF4J 2.0 .
would it be an option to switch to the more used SLF4J api and let the user decide about the impl? So everyone could deci…