We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7268ee commit d6cd4c5Copy full SHA for d6cd4c5
library/src/main/java/com/ssyijiu/library/MLog.java
@@ -77,7 +77,7 @@ public static void w(Object obj) {
77
if(MLev.lev <= MLog.LogLev.W.lev) {
78
printLog(TAG, MLog.LogLev.W, getMsg(obj));
79
}
80
- }
+ }
81
82
public static void w(String tag, Object obj) {
83
0 commit comments