Making eclipse template to add jetty named logger statement easier
This commit is contained in:
parent
51c5911e15
commit
99a05c1f5e
|
@ -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>
|
Loading…
Reference in New Issue