Package net.datenwerke.rs
Class LogSetupHelper
java.lang.Object
net.datenwerke.rs.LogSetupHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidDeprecated.The support for dynamic loading of the logging library is being removed.
-
Constructor Details
-
LogSetupHelper
public LogSetupHelper()
-
-
Method Details
-
InitRsLogging
public static void InitRsLogging()Deprecated.The support for dynamic loading of the logging library is being removed. In future versions, only Logback will be supported with the following dependencies: - jul-to-slf4j-{VERSION} - logback-classic-{VERSION} - logback-core-{VERSION} The following logging support is being removed: - slf4j-jdk14-{VERSION} (Tomcat handler) - jul-to-slf4j-{VERSION} Please migrate to Logback-based logging.
-