Interface ILoggingConfigHelper

All Known Implementing Classes:
NeoForgeLoggingConfigHelper

public interface ILoggingConfigHelper
  • Method Details

    • getFlagsToLog

      Set<String> getFlagsToLog()
    • getFlagCategories

      Set<String> getFlagCategories()
    • getResultValuesToLog

      Set<String> getResultValuesToLog()
    • logCheck

      boolean logCheck(FlagCheckEvent check)
    • logResult

      FlagCheckResult logResult(FlagCheckResult result)
    • shouldLogFlagChecks

      boolean shouldLogFlagChecks()
    • shouldLogFlagCheckResults

      boolean shouldLogFlagCheckResults()
    • shouldLogEmptyResults

      boolean shouldLogEmptyResults()