logback-oneline-converter

A custom logback converter which outputs each log with in line forcely

License

License

MIT
Categories

Categories

Logback Application Layer Libs Logging
GroupId

GroupId

com.github.roundrop
ArtifactId

ArtifactId

logback-oneline-converter
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

logback-oneline-converter
A custom logback converter which outputs each log with in line forcely
Project URL

Project URL

https://github.com/roundrop/logback-oneline-converter

Download logback-oneline-converter

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0