Are there some live template or something, to add logger definition into a class?
In Eclipse I had a template:
private static final Logger log = LoggerFactory.getLogger(${enclosing_type}.class);
Don't see something about this in Log Support plugin.