Skip to content

Instantly share code, notes, and snippets.

@cedricvidal
Created October 4, 2012 12:42
Show Gist options
  • Save cedricvidal/3833314 to your computer and use it in GitHub Desktop.
Save cedricvidal/3833314 to your computer and use it in GitHub Desktop.
Eclipse Java Template Slf4j Logger
private static ${loggerType:newType(org.slf4j.Logger)} log = ${factoryType:newType(org.slf4j.LoggerFactory)}.getLogger(${enclosing_type}.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment