icod / idea-env

A collection of live templates to be used in IntelliJ IDEA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuff for IntelliJ IDEA

Live Templates

A collection of live templates to be used in IntelliJ IDEA.

logger

Generates an SLF4J logger instance declaration.

private static final Logger LOGGER = LoggerFactory.getLogger($CLASS$.class); 

About

A collection of live templates to be used in IntelliJ IDEA

License:MIT License