Class CommonSettings

    • Field Detail

      • dispatcherThreadCount

        protected int dispatcherThreadCount
      • dispatcherQueueSize

        protected int dispatcherQueueSize
      • enabled

        protected boolean enabled
      • debugMode

        protected boolean debugMode
    • Constructor Detail

      • CommonSettings

        protected CommonSettings​(boolean enabled,
                                 int dispatcherThreadCount,
                                 int dispatcherQueueSize,
                                 LoggerSettings loggerSettings,
                                 boolean debugMode)
    • Method Detail

      • isDebugMode

        public boolean isDebugMode()
      • getDispatcherThreadCount

        public int getDispatcherThreadCount()
      • getDispatcherQueueSize

        public int getDispatcherQueueSize()
      • isEnabled

        public boolean isEnabled()