?? socketclient.lcf
字號:
# -------------------------------------------------------------------------# This config file is intended to be used by a client wishing to log using# a SocketAppender to a SyslogServer or equivalent.# -------------------------------------------------------------------------log4j.configDebug=truelog4j.rootCategory=DEBUG, A1, CONlog4j.category.org.apache.log4j.net=DEBUGlog4j.appender.A1=org.apache.log4j.net.SocketAppenderlog4j.appender.A1.RemoteHost=localhostlog4j.appender.A1.Port=15000log4j.appender.A1.layout=org.apache.log4j.PatternLayoutlog4j.appender.A1.layout.ConversionPattern=%-5r %-5p [%t] %c{2} %x - %m%nlog4j.appender.CON=org.apache.log4j.ConsoleAppenderlog4j.appender.CON.layout=org.apache.log4j.PatternLayoutlog4j.appender.CON.layout.ConversionPattern=%-5r %-5p [%t] %c{2} %x - %m%n
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -