Skip to content

Commit b905e46

Browse files
committed
UIse wrapped provider, since slf4j doesnt always exist!
1 parent d79df33 commit b905e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/mangorage/bootstrap/Bootstrap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*/
3535
public final class Bootstrap {
3636

37-
private static final IMangoLogger LOGGER = ILoggerFactory.getDefault().getProvider("slf4j").getLogger(Bootstrap.class);
37+
private static final IMangoLogger LOGGER = ILoggerFactory.getDefault().getWrappedProvider("slf4j").getLogger(Bootstrap.class);
3838
private static final String LAUNCH_TARGET_ARG = "--launchTarget";
3939
private static final String DEFAULT_LAUNCH_PATH = "launch";
4040

0 commit comments

Comments
 (0)