Created
October 1, 2013 09:25
-
-
Save michalbcz/6775946 to your computer and use it in GitHub Desktop.
eclipse template definition - adding LOG declaration to class
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
${import1:import(org.slf4j.Logger)} | |
${import2:import(org.slf4j.LoggerFactory)} | |
private static final Logger LOG = LoggerFactory.getLogger(${enclosing_type}.class); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment