Class Log
java.lang.Object
org.veupathdb.lib.container.jaxrs.utils.logging.Log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Routes all logging through Log4J2 and applies the configuration from resources.
-
Constructor Details
-
Log
public Log()
-
-
Method Details
-
initialize
public static void initialize()Routes all logging through Log4J2 and applies the configuration from resources.This is needed to hijack the default logging done by other libraries and force them through log4j.
-