Skip to content

Commit 5a7fcc4

Browse files
authored
Merge pull request #168 from Sadye/customloggers
Level enum public for custom loggers
2 parents 69a5521 + 37a9850 commit 5a7fcc4

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/pokegoapi/util

1 file changed

+1
-1
lines changed

src/main/java/com/pokegoapi/util/Log.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static void wtf(String tag, String msg, Throwable tr) {
9595
getInstance().wtf(tag, msg, tr);
9696
}
9797

98-
enum Level {
98+
public enum Level {
9999

100100
VERBOSE(2),
101101
DEBUG(3),

0 commit comments

Comments
 (0)