Skip to content

Instantly share code, notes, and snippets.

@sarxos
Created August 14, 2015 09:54
Show Gist options
  • Select an option

  • Save sarxos/d173cf554edebdb5ba42 to your computer and use it in GitHub Desktop.

Select an option

Save sarxos/d173cf554edebdb5ba42 to your computer and use it in GitHub Desktop.
Eclipse slf4j log template
${imp:import(org.slf4j.Logger,org.slf4j.LoggerFactory)}
/**
* I'm the logger.
*/
private static final Logger LOG = LoggerFactory.getLogger(${enclosing_type}.class);${cursor}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment