Skip to content

Instantly share code, notes, and snippets.

@zdi-team
Created December 18, 2021 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdi-team/9d900ca4dab3c4390c60ed8890b76168 to your computer and use it in GitHub Desktop.
Save zdi-team/9d900ca4dab3c4390c60ed8890b76168 to your computer and use it in GitHub Desktop.
protected boolean substitute(final LogEvent event, final StringBuilder buf, final int offset, final int length) {
return substitute(event, buf, offset, length, null) > 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment