Async Logback appender implementation


Лицензия

Лицензия

Категории

Категории

React Взаимодействие с пользователем Веб-фреймворки Logback Библиотеки уровня приложения Logging Reactor Контейнер Микросервисы Reactive libraries
Группа

Группа

io.projectreactor.addons
Идентификатор

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

reactor-logback
Последняя версия

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

3.2.6.RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Async Logback appender implementation
Async Logback appender implementation
Ссылка на сайт

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

https://github.com/reactor/reactor-addons
Организация-разработчик

Организация-разработчик

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

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

https://github.com/reactor/reactor-addons

Скачать reactor-logback

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

<!-- https://jarcasting.com/artifacts/io.projectreactor.addons/reactor-logback/ -->
<dependency>
    <groupId>io.projectreactor.addons</groupId>
    <artifactId>reactor-logback</artifactId>
    <version>3.2.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.projectreactor.addons/reactor-logback/
implementation 'io.projectreactor.addons:reactor-logback:3.2.6.RELEASE'
// https://jarcasting.com/artifacts/io.projectreactor.addons/reactor-logback/
implementation ("io.projectreactor.addons:reactor-logback:3.2.6.RELEASE")
'io.projectreactor.addons:reactor-logback:jar:3.2.6.RELEASE'
<dependency org="io.projectreactor.addons" name="reactor-logback" rev="3.2.6.RELEASE">
  <artifact name="reactor-logback" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.projectreactor.addons', module='reactor-logback', version='3.2.6.RELEASE')
)
libraryDependencies += "io.projectreactor.addons" % "reactor-logback" % "3.2.6.RELEASE"
[io.projectreactor.addons/reactor-logback "3.2.6.RELEASE"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
ch.qos.logback : logback-classic jar 1.1.2
commons-cli : commons-cli jar 1.2
io.projectreactor : reactor-core jar 3.2.22.RELEASE
net.openhft : chronicle jar 3.4.2
com.google.code.findbugs : jsr305 Необязательный jar 3.0.2
org.slf4j : slf4j-api Необязательный jar 1.7.12

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

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

Reactor Addons

Travis CI

Join the chat at https://gitter.im/reactor/reactor

Latest addons

Addons List

reactor-adapter

Bridge to RxJava 2 Observable, Completable, Flowable, Single, Maybe, Scheduler, and also SWT Scheduler, Akka Scheduler ...

reactor-extra

Extra operations and processors for Reactor Core including mathematical operations to compute sum, average, min or max from numerical sources.

Contributing an Add-on

Build instructions

Reactor uses a Gradle-based build system. Building the code yourself should be a straightforward case of:

git clone git@github.com:reactor/reactor-addons.git
cd reactor-addons
./gradlew test

This should cause the submodules to be compiled and the tests to be run. To install these artifacts to your local Maven repo, use the handly Gradle Maven plugin:

./gradlew install

Maven Artifacts

Snapshot and pre-release Maven artifacts are provided in the SpringSource snapshot repositories. To add this repo to your Gradle build, specify the URL like the following:

ext {
  reactorAddonsVersion = '3.4.1'
}

repositories {
  //maven { url 'https://repo.spring.io/release' }
  maven { url 'https://repo.spring.io/milestone' }
  //maven { url 'https://repo.spring.io/snapshot' }
  mavenCentral()
}

dependencies {
  // Reactor Adapter (RxJava2, Akka Actors scheduler and more)
  compile "io.projectreactor.addons:reactor-adapter:$reactorAddonsVersion"
}

Documentation

Community / Support

License

Reactor is Apache 2.0 licensed.

io.projectreactor.addons

Reactor

Reactive Streams based projects for backpressure-ready asynchronous message passing.

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

Версия
3.2.6.RELEASE
3.2.5.RELEASE
3.2.4.RELEASE
3.2.3.RELEASE
3.2.2.RELEASE
3.2.1.RELEASE
3.2.0.RELEASE
3.1.9.RELEASE
3.1.8.RELEASE
3.1.7.RELEASE
3.1.6.RELEASE
3.1.5.RELEASE
3.1.4.RELEASE
3.1.3.RELEASE
3.1.2.RELEASE
3.1.1.RELEASE
3.1.0.RELEASE
3.0.7.RELEASE
3.0.6.RELEASE
3.0.5.RELEASE
3.0.4.RELEASE
3.0.3.RELEASE