%r Output The number of milliseconds it takes to output the log information
The
%c output belongs to the class, usually the full name of the class in which it is located
%t Output The thread name that generated the log event
%n output A carriage return line break, the Windows platform is "\ r \ n" and the UNIX platform is "\ n"
%d output log point-in-time date or time, the default format is ISO8601, or you can specify a format after it, such as:%d{yyy MMM dd hh:mm:ss,sss}, Output is similar: October 18, 2002 22:10:28, 921
%l where the output log event occurs, including the class name, the thread that occurred, and the number of lines in the code. Generally used it does not need to use%c.
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.