Class SilencerTweakProp

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      long getClockOffset() Initial system clock with offset ms, default 0, means ignore
      void setClockOffset(long clockOffset) Initial system clock with offset ms, default 0, means ignore
      boolean isCodeStack() Whether the Global of CodeException has a stack.
      boolean isMdcThreshold() Whether to configure WingsMdcThresholdFilter, default true
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      void setCodeStack(boolean codeStack) Whether the Global of CodeException has a stack.
      void setMdcThreshold(boolean mdcThreshold) Whether to configure WingsMdcThresholdFilter, default true
      • Methods inherited from class java.lang.Object

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

      • SilencerTweakProp

        SilencerTweakProp()
    • Method Detail

      • getClockOffset

         long getClockOffset()

        Initial system clock with offset ms, default 0, means ignore

      • setClockOffset

         void setClockOffset(long clockOffset)

        Initial system clock with offset ms, default 0, means ignore

      • isCodeStack

         boolean isCodeStack()

        Whether the Global of CodeException has a stack. default false

      • isMdcThreshold

         boolean isMdcThreshold()

        Whether to configure WingsMdcThresholdFilter, default true

      • setCodeStack

         void setCodeStack(boolean codeStack)

        Whether the Global of CodeException has a stack. default false

      • setMdcThreshold

         void setMdcThreshold(boolean mdcThreshold)

        Whether to configure WingsMdcThresholdFilter, default true