l

log4j2

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
log4j2-1.0.0-RC1.jar download
log4j2-1.0.0-RC1.pom download
log4j2-1.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.petrepopescu.logging</groupId>
  <artifactId>log4j2</artifactId>
  <version>1.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'tech.petrepopescu.logging:log4j2:1.0.0-RC1'
Gradle Kotlin
implementation("tech.petrepopescu.logging:log4j2:1.0.0-RC1")
Scala SBT
libraryDependencies += "tech.petrepopescu.logging" % "log4j2" % "1.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='tech.petrepopescu.logging', module='log4j2', version='1.0.0-RC1')
)
Apache Ivy
<dependency org="tech.petrepopescu.logging" name="log4j2" rev="1.0.0-RC1" />
Leiningen
[tech.petrepopescu.logging/log4j2 "1.0.0-RC1"]
Apache Buildr
'tech.petrepopescu.logging:log4j2:jar:1.0.0-RC1'