Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1d077d09a6d96402181b8bbeb3c59f67e0d1ef1b (plain) (blame)
1
2
3
4
5
6
7
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>

Back to the top