Previous topicNext topic
 XXXX Help
Help >

 

The log switch is  default to be turned on. LogUtil.closeLog() in the onCreate() of Application can be called to turn it off.

All the logs are printed by calling the function in com.basewin.log.LogUtil. 

LogUtil.i(getClass(), "[log show test]" );

Exceptions need to extend BwBaseException