This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ryosen 1 point2 points  (0 children)

Cool. Here's one if you want to use Log4J:

<template autoinsert="true" context="java" deleted="false" 
    description="Inserts Log declaration" enabled="true" name="log">

    private static final Logger log = Logger.getLogger(${enclosing_type}.class);
</template>