We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223123a commit 2db7af3Copy full SHA for 2db7af3
README.md
@@ -70,7 +70,6 @@ Example CDI Logger Producer:
70
@Dependent
71
public Logger createLogger(final InjectionPoint injectionPoint) {
72
Class<?> declaringClass = injectionPoint.getMember().getDeclaringClass();
73
- log.debug("createLogger() declaringClass:{}", declaringClass);
74
return LoggerFactory.getLogger(declaringClass);
75
}
76
```
0 commit comments