Last active
January 11, 2021 18:47
-
-
Save ishults/b60f0c780a04982dca7cb698cf969ed2 to your computer and use it in GitHub Desktop.
The logging markers for Log4j
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class LoggingMarkers { | |
static final Marker JSON = MarkerFactory.getMarker('JSON-MASK') | |
static final Marker XML = MarkerFactory.getMarker('XML-MASK') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment