spring package-info 源码

  • 2022-08-08
  • 浏览 (285)

spring package-info 代码

文件路径:/spring-jcl/src/main/java/org/apache/commons/logging/impl/package-info.java

/**
 * Spring's variant of the
 * <a href="https://commons.apache.org/logging">Commons Logging API</a>:
 * with special support for Log4J 2, SLF4J and {@code java.util.logging}.
 *
 * <p>This {@code impl} package is only present for binary compatibility
 * with existing Commons Logging usage, e.g. in Commons Configuration.
 * {@code NoOpLog} can be used as a {@code Log} fallback instance, and
 * {@code SimpleLog} is not meant to work (issuing a warning when used).
 */
package org.apache.commons.logging.impl;

相关信息

spring 源码目录

相关文章

spring NoOpLog 源码

spring SimpleLog 源码

0  赞