Created
February 4, 2015 18:24
-
-
Save jarrad/e1a7e12572ef8a299666 to your computer and use it in GitHub Desktop.
Eclipse slf4j logger template. Create a Logger for the current class and import the slf4j classes.
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
${:import(org.slf4j.Logger, 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