-
### Describe the need of your request
Prevent "weird" behaviour at runtime or even runtime errors/failures (e.g. #1740).
We already have a check for kotlinx-coroutines which seems to be one of the m…
-
-
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…
-
I am using log4j in my application and don't need logs from reflection, how do I disable the reflections logger?
-
What configuration options do I need to add to the proxy ThreadPoolExecutor?
```
new AgentBuilder.Default()
.ignore(
nameStartsWith("net.bytebuddy.")
…
ZShUn updated
4 hours ago
-
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further…
-
#### Software versions
JavaRosa v2.11.1, Java v1.8, OSX High Sierra
#### Problem description
I am receiving the following message when trying to utilize `org.javarosa.core.services.PropertyManag…
-
Good day, we will refer to the following error log.
```
ERROR: Missing classes detected while running R8. Please add the missing classes or apply additional keep rules that are generated in .../build…
-
### Describe the bug, including details regarding any error messages, version, and platform.
When I upgrade to version 16.0.0, suddenly my @Slf4j annotation did no longer work. When I checked for man…
-
I think it would be nice if we could set our own way to get a `org.slf4j.Logger` from the name, for example this could allow returning a fallback logger, when no logging implementation is detected, in…