Stuff for IntelliJ IDEA Live Templates A collection of live templates to be used in IntelliJ IDEA. Java logger Generates an SLF4J logger instance declaration. private static final Logger LOGGER = LoggerFactory.getLogger($CLASS$.class);