Skip to content

Commit

Permalink
Merge pull request Grover-c13#168 from Sadye/customloggers
Browse files Browse the repository at this point in the history
Level enum public for custom loggers
  • Loading branch information
Grover-c13 authored Jul 24, 2016
2 parents 69a5521 + 37a9850 commit 5a7fcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/pokegoapi/util/Log.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static void wtf(String tag, String msg, Throwable tr) {
getInstance().wtf(tag, msg, tr);
}

enum Level {
public enum Level {

VERBOSE(2),
DEBUG(3),
Expand Down

0 comments on commit 5a7fcc4

Please sign in to comment.