f

faith-core-log

日志工具包: 包含日志注解和动态日志修改日志级别页面(仅支持logback)
Files download
File Operation
faith-core-log-1.0.1.jar download
faith-core-log-1.0.1.pom download
faith-core-log-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>cc.zhaoac</groupId>
  <artifactId>faith-core-log</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'cc.zhaoac:faith-core-log:1.0.1'
Gradle Kotlin
implementation("cc.zhaoac:faith-core-log:1.0.1")
Scala SBT
libraryDependencies += "cc.zhaoac" % "faith-core-log" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='cc.zhaoac', module='faith-core-log', version='1.0.1')
)
Apache Ivy
<dependency org="cc.zhaoac" name="faith-core-log" rev="1.0.1" />
Leiningen
[cc.zhaoac/faith-core-log "1.0.1"]
Apache Buildr
'cc.zhaoac:faith-core-log:jar:1.0.1'