Skip to content

Instantly share code, notes, and snippets.

@brianduff
Created September 29, 2020 06:08
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 brianduff/c7ac3eaa955505b7e6bf69ab017ac8b3 to your computer and use it in GitHub Desktop.
Save brianduff/c7ac3eaa955505b7e6bf69ab017ac8b3 to your computer and use it in GitHub Desktop.
public void doSomethingInteresting(Thingy t) {
if (Config.shoudLogInterestingThings()) {
LOG.info("doSomethingInteresting(%s)", t);
}
// Actually do something interesting
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment