首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > lw4a

lw4a

  • 资源大小:328.90 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

Description A simple log wrapper 4 Android. It wrapps all settings related to logging, including file generation. After the first usage it will create a log file such as log-2012-02-22.txt Installation Just download lw4a.jar and put inside libs folder Example ``` //setting lw4a LogW.LOGSFOLDERNAME = "myappfolder";//folder where the logs at LogW.TAG = "myapptag"; //usage LogW.info(MyClass.class, "my text to log"); LogW.error(MyClass.class, "my text to log"); LogW.warn(MyClass.class, "my text to log"); ```
VIP VIP
0.180943s