The following is the configuration needed to insert a new Logger inside a class by typing "log + Tab"
Go to Preferences -> Editor -> Live Templates -> Add:
- Abbreviation: "log"
- Description: "Insert a new org.slf4j.Logger"
- Template text: private static final org.slf4j.Logger LOGGER = org.slf4j.LoggerFactory.getLogger($CLASS$.class);