Last Version

Appender implementation for Logback 1.0.0

Implementation of the appender and wiring for use of Logback with the rest of the logging appender project.

License

License

Categories

Categories

Logback Application Layer Libs Logging
GroupId

GroupId

com.artnaseef
ArtifactId

ArtifactId

logback-appender
Version

Version

1.0.0
Type

Type

jar
Description

Description

Appender implementation for Logback
Implementation of the appender and wiring for use of Logback with the rest of the logging appender project.

Download logback-appender 1.0.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.artnaseef : log-forwarder-api jar 1.0.0
ch.qos.logback : logback-classic jar 1.2.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.13.0

Project Modules

There are no modules declared in this project.