Commit 4ffff08
committed
Add log4j as Slf4j Impl.
Since SLF4J is only a logging facade and does not
provide a concrete logging implementation, we need
to include `log4j-slf4j-impl` as a dependency.
This allows SLF4J to route logging calls to Log4j-2,
which acts as the backend logging framework.1 parent f958e1f commit 4ffff08
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments