License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging |
GroupId | GroupIdcom.github.roundrop |
ArtifactId | ArtifactIdlogback-oneline-converter |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlogback-oneline-converter
A custom logback converter which outputs each log with in line forcely
|
Project URL |
Project URL |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
junit : junit | jar | 4.12 |