Class LogUtils


  • public class LogUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LogUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean addLoggers​(java.lang.String type, java.lang.String name, Log log, LogConfig config, RSInterface configInstance)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogUtils

        public LogUtils()
    • Method Detail

      • addLoggers

        public static boolean addLoggers​(java.lang.String type,
                                         java.lang.String name,
                                         Log log,
                                         LogConfig config,
                                         RSInterface configInstance)
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception