Skip to content

Instantly share code, notes, and snippets.

@ishults
Last active January 11, 2021 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ishults/b60f0c780a04982dca7cb698cf969ed2 to your computer and use it in GitHub Desktop.
Save ishults/b60f0c780a04982dca7cb698cf969ed2 to your computer and use it in GitHub Desktop.
The logging markers for Log4j
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