类分层结构
- java.lang.Object
- org.apache.logging.log4j.core.AbstractLifeCycle (implements org.apache.logging.log4j.core.LifeCycle2)
- org.apache.logging.log4j.core.filter.AbstractFilterable (implements org.apache.logging.log4j.core.filter.Filterable)
- org.apache.logging.log4j.core.appender.AbstractAppender (implements org.apache.logging.log4j.core.Appender, org.apache.logging.log4j.core.impl.LocationAware)
- io.contek.tusk.log4j.ILevelMapper.Default (implements io.contek.tusk.log4j.ILevelMapper)
- io.contek.tusk.log4j.TuskLogging
- io.contek.tusk.log4j.TuskLogging.Customizer
- io.contek.tusk.log4j.TuskLoggingConfig
- io.contek.tusk.log4j.TuskLoggingConfig.Builder
接口分层结构
- java.util.function.Function<T,R>