Class LogSetup
java.lang.Object
com.nomagic.rcpf.product.license.utils.LogSetup
This class for redirecting the log from outside.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setLog
(org.apache.logging.log4j.Logger log, boolean exlcudedLogName) Set logger instance from outside.
-
Constructor Details
-
LogSetup
public LogSetup()
-
-
Method Details
-
setLog
public static void setLog(org.apache.logging.log4j.Logger log, boolean exlcudedLogName) Set logger instance from outside.- Parameters:
log
- the logger instance.exlcudedLogName
- excluded the log name (Logger.getLogger("name")).
-