License |
License |
---|---|
Categories |
CategoriesLogback Application Layer Libs Logging |
GroupId | GroupIdcom.latch |
ArtifactId | ArtifactIdlogback-length-splitting-appender |
Last Version | Last Version0.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlength-splitting-appender
Logback appender which will split long events by a configurable length
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.latch/logback-length-splitting-appender/ -->
<dependency>
<groupId>com.latch</groupId>
<artifactId>logback-length-splitting-appender</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.latch/logback-length-splitting-appender/
implementation 'com.latch:logback-length-splitting-appender:0.4.0'
// https://jarcasting.com/artifacts/com.latch/logback-length-splitting-appender/
implementation ("com.latch:logback-length-splitting-appender:0.4.0")
'com.latch:logback-length-splitting-appender:jar:0.4.0'
<dependency org="com.latch" name="logback-length-splitting-appender" rev="0.4.0">
<artifact name="logback-length-splitting-appender" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.latch', module='logback-length-splitting-appender', version='0.4.0')
)
libraryDependencies += "com.latch" % "logback-length-splitting-appender" % "0.4.0"
[com.latch/logback-length-splitting-appender "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |