Created
August 14, 2015 09:54
-
-
Save sarxos/d173cf554edebdb5ba42 to your computer and use it in GitHub Desktop.
Eclipse slf4j log template
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
| ${imp:import(org.slf4j.Logger,org.slf4j.LoggerFactory)} | |
| /** | |
| * I'm the logger. | |
| */ | |
| private static final Logger LOG = LoggerFactory.getLogger(${enclosing_type}.class);${cursor} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment