Created
October 30, 2012 15:22
-
-
Save nshaw/3980895 to your computer and use it in GitHub Desktop.
IntelliJ Live 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
| private static Log _log = | |
| LogFactoryUtil.getLog($NAME$.class); |
Author
Author
My shortcut is log, start typing log, hit CTRL-J and it auto-fills the template, automatically formats, and does the imports.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use edit variables to setup NAME = className()