Extensions for Logback logging library


Лицензия

Лицензия

Категории

Категории

Logback Библиотеки уровня приложения Logging
Группа

Группа

co.wrisk.logback
Идентификатор

Идентификатор

logback-ext-dynamodb-appender
Последняя версия

Последняя версия

1.0.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

Extensions for Logback logging library
Extensions for Logback logging library
Ссылка на сайт

Ссылка на сайт

https://github.com/WriskHQ/logback-ext
Система контроля версий

Система контроля версий

https://github.com/WriskHQ/logback-ext

Скачать logback-ext-dynamodb-appender

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/co.wrisk.logback/logback-ext-dynamodb-appender/ -->
<dependency>
    <groupId>co.wrisk.logback</groupId>
    <artifactId>logback-ext-dynamodb-appender</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/co.wrisk.logback/logback-ext-dynamodb-appender/
implementation 'co.wrisk.logback:logback-ext-dynamodb-appender:1.0.9'
// https://jarcasting.com/artifacts/co.wrisk.logback/logback-ext-dynamodb-appender/
implementation ("co.wrisk.logback:logback-ext-dynamodb-appender:1.0.9")
'co.wrisk.logback:logback-ext-dynamodb-appender:jar:1.0.9'
<dependency org="co.wrisk.logback" name="logback-ext-dynamodb-appender" rev="1.0.9">
  <artifact name="logback-ext-dynamodb-appender" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.wrisk.logback', module='logback-ext-dynamodb-appender', version='1.0.9')
)
libraryDependencies += "co.wrisk.logback" % "logback-ext-dynamodb-appender" % "1.0.9"
[co.wrisk.logback/logback-ext-dynamodb-appender "1.0.9"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-core jar 1.2.1
ch.qos.logback : logback-classic jar 1.2.1
com.amazonaws : aws-java-sdk-dynamodb jar 1.11.35
co.wrisk.logback : logback-ext-aws-core jar 1.0.9
co.wrisk.logback : logback-ext-jackson jar 1.0.9

Модули Проекта

Данный проект не имеет модулей.

Logback Extensions

This is a fork of https://github.com/trautonen/logback-ext

Build Status Maven Central License

Extensions for Logback logging library mainly for appenders aimed for Amazon Web Services, including CloudWatch Logs, DynamoDB, Kinesis, SNS and SQS appenders. Contains also high performance asynchronous appender based on LMAX disrupotr and some utilities like Jackson JSON encoder.

Using Logback Extensions

Logback Extensions requires Java 8 or newer. Include desired modules in your project's dependency management and configure the appenders or encoders using Logback's XML configutation or Java API.

Modules

All modules belong to group org.eluder.logback. See each module for specific documentation.

AWS Authentication

All AWS based appenders require IAM authentication. The default credentials provider from org.eluder.logback.ext.aws.core.AwsSupport creates a credential chain in the following order.

  1. Environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_KEY
  2. System properties aws.accessKeyId and aws.secretKey
  3. Appender configuration properties accessKey and secretKey
  4. AWS profile configuration file ~/.aws/credentials
  5. EC2 instance role

Best practice for EC2 instances is to use instance role only. With instance role no access keys or secret keys are exposed if the server is compromised.

Continuous Integration

CircleCI builds the project with Oracle JDK 8. Builds are deployed to Sonatype OSSRH.

co.wrisk.logback

Wrisk

Версии библиотеки

Версия
1.0.9
1.0.3
1.0.1-alpha.1