摘要:
package org.apache.juli.logging;/** * 日志接口API。为了能够被LogFactory实例,实现这个Log接口的类必须要包含 * 含有单个字符串作为参数的构造函数,这个字符串参数用来作为日志的名字。 * Log含有6个日志级别: * trace * debug * info * warn * error * fatal * * The mapping of these log levels to the concepts used by the underlying * logging system is implementation dependent. 阅读全文
posted @ 2014-03-13 08:13
薛春洋
阅读(2904)
评论(0)
推荐(0)
浙公网安备 33010602011771号