Skip to content

com.didi.aoe.library-logging 1.1.1.6

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>com.didi.aoe</groupId>
  <artifactId>library-logging</artifactId>
  <version>1.1.1.6</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

AoE logging library-common License API

AoE 默认的日志实现,用户可实现 Logger 接口后调用 LoggerFactory 静态方法进行构造器注入。

使用

implementation "com.didi.aoe:library-logging:$aoe_version_name"

在应用初始化时注入 Binder 实现

LoggerFactory.setLoggerBinder(@Nullable LoggerBinder binder)

Details

  • @didi didi
  • December 21, 2019
  • 2 dependencies
  • Apache License 2.0

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0


Recent versions

View all