Class TweakLoggerEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public long userId
      public LogLevel level
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      long getUserId() Long.
      void setUserId(long userId) Long.
      LogLevel getLevel() OFF means reset setting, restores the original system settings.
      void setLevel(LogLevel level) OFF means reset setting, restores the original system settings.
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      • Methods inherited from class java.lang.Object

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

      • TweakLoggerEvent

        TweakLoggerEvent()
    • Method Detail

      • getUserId

         long getUserId()

        Long.MAX_VALUE means all user

      • setUserId

         void setUserId(long userId)

        Long.MAX_VALUE means all user

      • getLevel

         LogLevel getLevel()

        OFF means reset setting, restores the original system settings. FATAL is equivalent to ERROR (slf4j has no fatal level)

      • setLevel

         void setLevel(LogLevel level)

        OFF means reset setting, restores the original system settings. FATAL is equivalent to ERROR (slf4j has no fatal level)