/**
Retrieve the appropriate {@link Logger} instance.
*/
public
static
Logger getLogger(final String name, final LoggerFactory factory) {
// Delegate the actual manufacturing of the logger to the logger repository.
return getLoggerRepository().getLogger(name, factory);
}
LogManager.java 文件源码
java
阅读 55
收藏 0
点赞 0
评论 0
项目:cacheonix-core
作者:
评论列表
文章目录