From af1e37cabe665b9c0eb90ef3ed4d08bc89f07730 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 29 Sep 2015 10:19:17 +0200 Subject: [PATCH] =?utf8?q?added=20missing=20javadoc=20Signed-off-by:Roland?= =?utf8?q?=20H=C3=A4der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../jcoreeelogger/beans/local/logger/LoggerFactory.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java index e5dc993..8fb86d1 100644 --- a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java +++ b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java @@ -41,6 +41,12 @@ public class LoggerFactory { this.logger = LogManager.getLogger(this.getClass().getName()); } + /** + * Produces a logger instance + * + * @param caller Injection point + * @return Logger + */ @Produces @Log public Logger getLogger (final InjectionPoint caller) { -- 2.39.5