类分层结构

接口分层结构

  • com.aizuda.easy.retry.common.log.lang.Caller
  • com.aizuda.easy.retry.common.log.level.DebugLog
    • com.aizuda.easy.retry.common.log.dialect.Log (并 extends com.aizuda.easy.retry.common.log.level.ErrorLog, com.aizuda.easy.retry.common.log.level.InfoLog, com.aizuda.easy.retry.common.log.level.TraceLog, com.aizuda.easy.retry.common.log.level.WarnLog)
  • com.aizuda.easy.retry.common.log.level.ErrorLog
    • com.aizuda.easy.retry.common.log.dialect.Log (并 extends com.aizuda.easy.retry.common.log.level.DebugLog, com.aizuda.easy.retry.common.log.level.InfoLog, com.aizuda.easy.retry.common.log.level.TraceLog, com.aizuda.easy.retry.common.log.level.WarnLog)
  • com.aizuda.easy.retry.common.log.level.InfoLog
    • com.aizuda.easy.retry.common.log.dialect.Log (并 extends com.aizuda.easy.retry.common.log.level.DebugLog, com.aizuda.easy.retry.common.log.level.ErrorLog, com.aizuda.easy.retry.common.log.level.TraceLog, com.aizuda.easy.retry.common.log.level.WarnLog)
  • com.aizuda.easy.retry.common.log.constant.LogFieldConstants
  • com.aizuda.easy.retry.common.log.level.TraceLog
    • com.aizuda.easy.retry.common.log.dialect.Log (并 extends com.aizuda.easy.retry.common.log.level.DebugLog, com.aizuda.easy.retry.common.log.level.ErrorLog, com.aizuda.easy.retry.common.log.level.InfoLog, com.aizuda.easy.retry.common.log.level.WarnLog)
  • com.aizuda.easy.retry.common.log.level.WarnLog
    • com.aizuda.easy.retry.common.log.dialect.Log (并 extends com.aizuda.easy.retry.common.log.level.DebugLog, com.aizuda.easy.retry.common.log.level.ErrorLog, com.aizuda.easy.retry.common.log.level.InfoLog, com.aizuda.easy.retry.common.log.level.TraceLog)

Enum Class Hierarchy