📄 syslog.lcf
字号:
# ------------------------------------------------+# Set the host variable to match your environment |# ------------------------------------------------+host=torino.qos.chlog4j.rootCategory=DEBUG, A1log4j.appender.A1=org.apache.log4j.net.SyslogAppenderlog4j.appender.A1.SyslogHost=${host}log4j.appender.A1.layout=org.apache.log4j.PatternLayout# -----------------------------------------------------------------# The ConversionPattern should be terminated with a "\n" instead of# the usual "%n" as the syslog host is most probably a unix machine.# -----------------------------------------------------------------log4j.appender.A1.layout.ConversionPattern=%-5r %-5p [%t] %c{2} %x - %m\n
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -