We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9006f1 commit f720493Copy full SHA for f720493
src/main/groovy/com/github/spotbugs/snom/SpotBugsPlugin.java
@@ -27,7 +27,7 @@ public class SpotBugsPlugin implements Plugin<Project> {
27
public static final String SLF4J_CONFIG_NAME = "spotbugsSlf4j";
28
public static final String EXTENSION_NAME = "spotbugs";
29
30
- private final Logger log = LoggerFactory.getLogger(SpotBugsPlugin.class);
+ private final Logger log = LoggerFactory.getLogger(getClass());
31
32
@Override
33
public void apply(Project project) {
0 commit comments