Skip to content

Instantly share code, notes, and snippets.

@MartinAhrer
Created June 16, 2012 19:37
Show Gist options
  • Save MartinAhrer/2942328 to your computer and use it in GitHub Desktop.
Save MartinAhrer/2942328 to your computer and use it in GitHub Desktop.
IDEA SLF4J Logger
private static final Logger LOGGER=LoggerFactory.getLogger($classname$.class);
@MartinAhrer
Copy link
Author

Open IDEA preferences->Live Templates. Add with

  • Abbreviation: logger
  • Description: SLF4J logger declaration
  • Applicable in Java: declaration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment