Skip to content

Instantly share code, notes, and snippets.

@michalbcz
Created October 1, 2013 09:25
Show Gist options
  • Save michalbcz/6775946 to your computer and use it in GitHub Desktop.
Save michalbcz/6775946 to your computer and use it in GitHub Desktop.
eclipse template definition - adding LOG declaration to class
${import1:import(org.slf4j.Logger)}
${import2:import(org.slf4j.LoggerFactory)}
private static final Logger LOG = LoggerFactory.getLogger(${enclosing_type}.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment