Created
September 24, 2012 19:00
-
-
Save esammer/3777642 to your computer and use it in GitHub Desktop.
Eclipse template for generating a private static final slf4j logger
This file contains 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
// Wire this up to an eclipse template called slf4j_logger and never type it again. | |
private static final Logger logger = LoggerFactory.getLogger(${enclosing_type}.class); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment