X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2Fjava%2Forg%2Fmxchange%2Fjcoreeelogger%2Fbeans%2Flocal%2Flogger%2FLoggerFactory.java;h=02542a4fe167d49295352912bbcdadde7c851999;hb=5e16d93a8a9ad68427b5f2a41a14b4f50c71542c;hp=e5dc9936fae4b1f04e07b36670dfad53b43adf3d;hpb=bec4a36458ebd9b6bc1d8fffe599cf71f13b749e;p=jcore-logger-ejb.git 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..02542a4 100644 --- a/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java +++ b/src/java/org/mxchange/jcoreeelogger/beans/local/logger/LoggerFactory.java @@ -24,7 +24,7 @@ import org.apache.logging.log4j.Logger; /** * A logger factory - * + *

* @author Roland Haeder */ public class LoggerFactory { @@ -41,6 +41,13 @@ 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) {