Skip to content

Instantly share code, notes, and snippets.

@ckarmann
Created November 29, 2013 19:19
Show Gist options
  • Select an option

  • Save ckarmann/7710632 to your computer and use it in GitHub Desktop.

Select an option

Save ckarmann/7710632 to your computer and use it in GitHub Desktop.
Eclipse template to add a log4j logger into the class.
private static Logger log = Logger.getLogger(${enclosing_type}.class);
${imp:import(org.apache.log4j.Logger)}${cursor}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment