Closed zocat64 closed 4 years ago
Logging needs to be increased project-wide. Simple issue, long-term effort. Any new code should log where possible and reasonable.
Thankfully, TinyLog makes logging integration pretty easy (see org.pmw.tinylog.Logger), and the configuration code is already in the project.
org.pmw.tinylog.Logger
This is too broadly scoped. I'm gonna make it a project card.
Logging needs to be increased project-wide. Simple issue, long-term effort. Any new code should log where possible and reasonable.
Thankfully, TinyLog makes logging integration pretty easy (see
org.pmw.tinylog.Logger
), and the configuration code is already in the project.