Microlog4android allows you to record the android program log on the SD card

Source: Internet
Author: User

The specific usage is as follows:

1. Download

Download the http://code.google.com/p/microlog4android/downloads/list and microlog. properties files to the microlog4android-1.0.0.jar

2. Create a logger object

Private Static final logger = loggerfactory. getlogger (main. Class );

3.ProgramThe initialization method in the oncreate method of the first activity

Propertyconfigurator. getconfigurator (this). Configure ();

4. Put the microlog. properties file in the assets folder.

Note: The assets folder is the same as the res folder.

Then change the microlog. properties file to the following:

Microlog. Level = debug
Microlog. appender = logcatappender; fileappender
Microlog. formatter = patternformatter
Microlog. formatter. patternformatter. pattern = % C [% P] % m % t

5. Write log records

Logger. debug ("this is debug information ");

6. Add SD card write permission in androidmanifest. xml

<Uses-Permission Android: Name = "android. Permission. write_external_storage"/>

 

After running the program, you can find a microlog.txt file, which contains our logs.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.