From 11a07262efd3595fd59e52cf81c21c919ff3814f Mon Sep 17 00:00:00 2001 From: grootjans Date: Mon, 29 Oct 2012 23:38:06 +0100 Subject: Added annotation for the slf4j extended logger --- website/features/Log.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'website/features/Log.html') diff --git a/website/features/Log.html b/website/features/Log.html index 97f65aa2..ba0a259c 100644 --- a/website/features/Log.html +++ b/website/features/Log.html @@ -28,6 +28,8 @@
Creates private static final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger(LogExample.class);
@Slf4j
Creates private static final org.slf4j.Logger log = org.slf4j.LoggerFactory.getLogger(LogExample.class);
+
@XSlf4j
+
Creates private static final org.slf4j.ext.XLogger log = org.slf4j.XLoggerFactory.getXLogger(LogExample.class);

-- cgit