Skip to content

Instantly share code, notes, and snippets.

@pietrom
Last active December 23, 2015 19:29
Show Gist options
  • Save pietrom/6682982 to your computer and use it in GitHub Desktop.
Save pietrom/6682982 to your computer and use it in GitHub Desktop.
Eclipse 'logger' template
private static final Logger logger = LoggerFactory.getLogger(${enclosing_type}.class);
${:import(org.slf4j.Logger,org.slf4j.LoggerFactory)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment