elvishew / xLog

Android logger, pretty, powerful and flexible, log to everywhere, save to file, all you want is here.
Apache License 2.0
3.15k stars 415 forks source link

如何开启或者关闭xLog #114

Open ZCShou opened 3 years ago

ZCShou commented 3 years ago

新手使用xlog,现在需要在 APP 添加一个设置,来开启或者关闭 xLog。默认是开起的!按照手册,我在 Application 类中配置了 xlog(输出到文件),现在如何在参数设置中,来简单的开启或者关闭

Rockets1080 commented 3 years ago

可以根据debug或者release版本老设置日志开关的

Rockets1080 commented 3 years ago

如果你只是想局部打印日志的话,就new一个Logger配置打印level,不要使用全局的Xlog进行打印

ZCShou commented 3 years ago

可以根据debug或者release版本老设置日志开关的 我的需求时,默认就是开启的,给使用者提供一个按钮,可选择关闭!至少目前是这样,后续测试没问题后才会直接关闭。

elvishew commented 3 years ago

Please refer to #30 #42