?? 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 + -