log4j配置

log4j.properties:
log4j.rootLogger=debug, stdout
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
# Pattern to output the caller's file name and line number.
log4j.appender.stdout.layout.ConversionPattern=%5p %d{HH:mm:ss} [%C{1}:%M] %m[%L]%n

日志格式输出:

 INFO 10:46:13 [FrameworkServlet:initServletBean] FrameworkServlet 'springmvc': initialization completed in 719 ms[472]
DEBUG 10:46:13 [HttpServletBean:init] Servlet 'springmvc' configured successfully[141]


以下为转载:

PATTERN FORMATS GLOSSARYPATTERN FORMATS GLOSSARY
%n - newline
%m - your log message
%p - message priority (FATAL, ERROR, WARN, INFO, DEBUG or custom)
%r - millisecs since program started running
%% - percent sign in output

SOME MORE CLUTTER IN YOUR LOG
%c - name of your category (logger), %c{2} will outputs last two components
%t - name of current thread
%x - Nested Diagnostic Context (NDC) (you supply it)

SLOW PERFORMANCE FORMATS
%d - date and time, also %d{ISO8601}, %d{DATE}, %d{ABSOLUTE},
%d{HH:mm:ss,SSS}, %d{dd MMM yyyy HH:mm:ss,SSS} and so on
%l - Shortcut for %F%L%C%M
%F - Java source file name
%L - Java source line number
%C - Java class name, %C{1} will output the last one component
%M - Java method name

FORMAT MODIFIERS
%-any_letter_above - Left-justify in min. width (default is right-justify)
%20any_letter_above - 20 char. min. width (pad with spaces if reqd.)
%.30any_letter_above- 30 char. max. width (truncate beginning if reqd.)
%-10.10r - Example. Left-justify time elapsed within 10-wide field.
Truncate from beginning if wider than 10 characters.
  %n - newline
  %m - your log message
  %p - message priority (FATAL, ERROR, WARN, INFO, DEBUG or custom)
  %r - millisecs since program started running
  %% - percent sign in output

SOME MORE CLUTTER IN YOUR LOG
  %c - name of your category (logger), %c{2} will outputs last two components
  %t - name of current thread
  %x - Nested Diagnostic Context (NDC) (you supply it)

SLOW PERFORMANCE FORMATS
  %d - date and time, also %d{ISO8601}, %d{DATE}, %d{ABSOLUTE},
       %d{HH:mm:ss,SSS}, %d{dd MMM yyyy HH:mm:ss,SSS} and so on
  %l - Shortcut for %F%L%C%M
  %F - Java source file name
  %L - Java source line number
  %C - Java class name, %C{1} will output the last one component
  %M - Java method name

FORMAT MODIFIERS
  %-any_letter_above  - Left-justify in min. width (default is right-justify)
  %20any_letter_above - 20 char. min. width (pad with spaces if reqd.)
  %.30any_letter_above- 30 char. max. width (truncate beginning if reqd.)
  %-10.10r            - Example. Left-justify time elapsed within 10-wide field.
                        Truncate from beginning if wider than 10 characters.


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

低级知识传播

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值