Use of log4j

Source: Internet
Author: User

1. introduce it in Maven Pom. xml

<Dependency> <groupid> log4j </groupid> <artifactid> log4j </artifactid> </dependency>

In Java programs, it is best not to use statements such as system. Out. println (); because such statements are too slow and occupy a lot of memory. Therefore, we recommend that you use log4j to output information.

2. Examples used in Java:

Public class userserviceimpl implement userservice {Private Static final logger = logger. getlogger (userserviceimpl. class); Public void test () {logger.info ("information display ..... ");}}

3. For log4j configuration, in log4g. properties, you can configure the attributes of this file on your own.

 

Use of log4j

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.