commons-logging.properties

来自「flex与java通信的完整demo flex学习例子」· PROPERTIES 代码 · 共 20 行

PROPERTIES
20
字号
# logging for 3rd-party libraries used by FES
# FES logging is not configured here. It is configured through in the logging section of services-config.xml

org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFactoryImpl
org.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger

# other logger options
#org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
#org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger

# to use commons-logging for your own applications on JRun
# In jrun-web.xml, set <load-system-classes-first>false</load-system-classes-first>
# configure the logger you wish to use in this file
# If you're using the Log4JLogger, add the log4j jar file to /WEB-INF/lib

# If you're using JRun's Axis Web Service Engine
# move commons-logging.jar and, if using, log4j.jar to /servers/lib
# be sure to set jrun-web.xml and maintain this file in the current directory

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?