所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- top.isopen.commons.logging.BaseLog (implements top.isopen.commons.logging.Log)
- top.isopen.commons.logging.commons.JakartaCommonsLoggingImpl
- top.isopen.commons.logging.jdk14.Jdk14LoggingImpl
- top.isopen.commons.logging.log4j2.Log4j2AbstractLoggerImpl
- top.isopen.commons.logging.log4j2.Log4j2Impl
- top.isopen.commons.logging.log4j2.Log4j2LoggerImpl
- top.isopen.commons.logging.nologging.NoLoggingImpl
- top.isopen.commons.logging.slf4j.Slf4jImpl
- top.isopen.commons.logging.slf4j.Slf4jLocationAwareLoggerImpl
- top.isopen.commons.logging.slf4j.Slf4jLoggerImpl
- top.isopen.commons.logging.stdout.StdOutImpl
- top.isopen.commons.logging.FormattedTuple
- top.isopen.commons.logging.LogFactory
- top.isopen.commons.logging.MessageFormatter
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- top.isopen.commons.logging.LogException
- java.lang.RuntimeException
- java.lang.Exception
- top.isopen.commons.logging.BaseLog (implements top.isopen.commons.logging.Log)
接口分层结构
- top.isopen.commons.logging.Log