Skip to content

Commit 347772f

Browse files
committed
Update logger access to public
1 parent a97a0e0 commit 347772f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/robotgryphon/compactcrafting/CompactCrafting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
public class CompactCrafting
2323
{
2424
// Directly reference a log4j logger.
25-
private static final Logger LOGGER = LogManager.getLogger();
25+
public static final Logger LOGGER = LogManager.getLogger();
2626

2727
public static final String MOD_ID = "compactcrafting";
2828

0 commit comments

Comments
 (0)