Skip to content

Commit

Permalink
Making eclipse template to add jetty named logger statement easier
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Aug 24, 2011
1 parent 51c5911 commit 99a05c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eclipse-jetty-templates.xml
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<templates>
<template autoinsert="true" context="java" deleted="false" description="Create Jetty Logger constant" enabled="true" name="logjetty">${:import(
org.eclipse.jetty.util.log.Log,
org.eclipse.jetty.util.log.Logger)
}private static final Logger LOG = Log.getLogger(${enclosing_type}.class);
</template>
</templates>

0 comments on commit 99a05c1

Please sign in to comment.