Skip to content

Instantly share code, notes, and snippets.

@JorgenRingen
Last active May 29, 2019 08:58
Show Gist options
  • Save JorgenRingen/124a7d788c6164d08f88b0c39a1205c4 to your computer and use it in GitHub Desktop.
Save JorgenRingen/124a7d788c6164d08f88b0c39a1205c4 to your computer and use it in GitHub Desktop.
Declare slf4j logger in a copy-paste-friendly way
private static final Logger LOGGER = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment