public class LogSetupHelper
extends java.lang.Object
| Constructor and Description | 
|---|
| LogSetupHelper() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public static void InitRsLogging()