Android log records

Source: Internet
Author: User

1. Download

 

To begin (note:

 

The downloaded microlog.propertiesis microlog.properties.txt. Modify the suffix)

 

2. Create a logger object

 

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

 

3. initialize the method in the oncreate method of the activit or service of the program.

 

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 ("My debug ");

 

6. In androidmanifest. xml
Add SD card write permission

 

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

 

After the program is started, you can find a microlog.txt file, which contains the logs we recorded.

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.