aboutsummaryrefslogtreecommitdiff
path: root/website/features
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-02-10 20:47:11 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-02-10 20:47:11 +0100
commitdb24fd42c5732856a894dbdc5e1827ea31792757 (patch)
treee1654e099bd84ae1bd6430140d4248ac043e5a5d /website/features
parent893585f526b852ff5059d279e69927fab0d41d42 (diff)
parent52bb71582bcff166469b8a8be0960a24bc3f02b7 (diff)
downloadlombok-db24fd42c5732856a894dbdc5e1827ea31792757.tar.gz
lombok-db24fd42c5732856a894dbdc5e1827ea31792757.tar.bz2
lombok-db24fd42c5732856a894dbdc5e1827ea31792757.zip
Merge branch 'issue-632' of https://github.com/mthmulders/lombok into i632
Diffstat (limited to 'website/features')
-rw-r--r--website/features/Log.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/website/features/Log.html b/website/features/Log.html
index f92af1e3..e6b3ece6 100644
--- a/website/features/Log.html
+++ b/website/features/Log.html
@@ -33,6 +33,8 @@
<dt><code>@XSlf4j</code></dt>
<dd>Creates <code><span class="keyword">private&nbsp;static&nbsp;final&nbsp;</span><a href="http://www.slf4j.org/api/org/slf4j/ext/XLogger.html">org.slf4j.ext.XLogger</a>&nbsp;<span class="staticfield">log</span>&nbsp;=&nbsp;<a href="http://www.slf4j.org/apidocs/org/slf4j/ext/XLoggerFactory.html#getXLogger(java.lang.Class)">org.slf4j.ext.XLoggerFactory.getXLogger</a>(LogExample.<span class="keyword">class</span>);</code></dd>
</dl>
+ </p><p>
+ By default, the category (or name) of the logger will be the type where the annotation was placed. This can be customised by specifying a value for the category.
</p>
</div>
<div class="snippets">