Async Logback appender implementation


License

License

Categories

Categories

React User Interface Web Frameworks Logback Application Layer Libs Logging Reactor Container Microservices Reactive libraries
GroupId

GroupId

io.projectreactor.addons
ArtifactId

ArtifactId

reactor-logback
Last Version

Last Version

3.2.6.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Async Logback appender implementation
Async Logback appender implementation
Project URL

Project URL

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

Project Organization

reactor
Source Code Management

Source Code Management

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

Download reactor-logback

How to add to project

<!-- 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"]

Dependencies

compile (6)

Group / Artifact Type Version
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 Optional jar 3.0.2
org.slf4j : slf4j-api Optional jar 1.7.12

Project Modules

There are no modules declared in this project.

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 [email protected]: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.

Versions

Version
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