Skip to content

Commit d6189df

Browse files
committed
初始提交
1 parent b70b855 commit d6189df

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

loglib/src/main/java/com/yhw/loglib/Logger.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import com.yhw.loglib.config.LogConfig;
66

77
/**
8+
* 日志打印类
89
* Author: yhw on 2017-11-09.
910
*/
1011

loglib/src/main/java/com/yhw/loglib/config/LogConfig.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77

88
public class LogConfig {
9+
910
public static boolean isLog = true;
1011

1112

0 commit comments

Comments
 (0)