Skip to content

Instantly share code, notes, and snippets.

@jarrad
Created February 4, 2015 18:24
Show Gist options
  • Save jarrad/e1a7e12572ef8a299666 to your computer and use it in GitHub Desktop.
Save jarrad/e1a7e12572ef8a299666 to your computer and use it in GitHub Desktop.
Eclipse slf4j logger template. Create a Logger for the current class and import the slf4j classes.
${:import(org.slf4j.Logger, 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