Skip to content

Instantly share code, notes, and snippets.

@esammer
Created September 24, 2012 19:00
Show Gist options
  • Save esammer/3777642 to your computer and use it in GitHub Desktop.
Save esammer/3777642 to your computer and use it in GitHub Desktop.
Eclipse template for generating a private static final slf4j logger
// Wire this up to an eclipse template called slf4j_logger and never type it again.
private static final Logger logger = LoggerFactory.getLogger(${enclosing_type}.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment