l

logback

LogMasker is an easy-to-use library that allows your application to mask sensitive information before it is written to the log. It is compatible with Log4j2 and Logback. Masking is done directly on the log stream before it is printed to the output.
https://gitlab.com/ppopescu/logmasker
The Apache License, Version 2.0
Petre Popescu
Files download
File Operation
logback-1.0.0-RC3.jar download
logback-1.0.0-RC3.pom download
logback-1.0.0-RC3-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.petrepopescu.logging</groupId>
  <artifactId>logback</artifactId>
  <version>1.0.0-RC3</version>
</dependency>
Gradle Groovy
implementation 'tech.petrepopescu.logging:logback:1.0.0-RC3'
Gradle Kotlin
implementation("tech.petrepopescu.logging:logback:1.0.0-RC3")
Scala SBT
libraryDependencies += "tech.petrepopescu.logging" % "logback" % "1.0.0-RC3"
Groovy Grape
@Grapes(
  @Grab(group='tech.petrepopescu.logging', module='logback', version='1.0.0-RC3')
)
Apache Ivy
<dependency org="tech.petrepopescu.logging" name="logback" rev="1.0.0-RC3" />
Leiningen
[tech.petrepopescu.logging/logback "1.0.0-RC3"]
Apache Buildr
'tech.petrepopescu.logging:logback:jar:1.0.0-RC3'