Skip to content

Instantly share code, notes, and snippets.

@sureshnath
Forked from esamson/slf4j.tmpl
Last active August 29, 2015 14:12
Show Gist options
  • Save sureshnath/d03e844a47b278bb4d98 to your computer and use it in GitHub Desktop.
Save sureshnath/d03e844a47b278bb4d98 to your computer and use it in GitHub Desktop.
private static final ${LOG_TYPE type="org.slf4j.Logger" default="Logger" editable=false} log =
${LOG_FACT type="org.slf4j.LoggerFactory" default="LoggerFactory" editable=false}.getLogger(${classVar editable="false" currClassName default="getClass()"}.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment