Enum Class LarvaLogLevel

java.lang.Object
java.lang.Enum<LarvaLogLevel>
org.frankframework.larva.LarvaLogLevel
All Implemented Interfaces:
Serializable, Comparable<LarvaLogLevel>, Constable

public enum LarvaLogLevel extends Enum<LarvaLogLevel>
  • Enum Constant Details

    • DEBUG

      public static final LarvaLogLevel DEBUG
    • PIPELINE_MESSAGES_PREPARED_FOR_DIFF

      public static final LarvaLogLevel PIPELINE_MESSAGES_PREPARED_FOR_DIFF
    • PIPELINE_MESSAGES

      public static final LarvaLogLevel PIPELINE_MESSAGES
    • WRONG_PIPELINE_MESSAGES_PREPARED_FOR_DIFF

      public static final LarvaLogLevel WRONG_PIPELINE_MESSAGES_PREPARED_FOR_DIFF
    • WRONG_PIPELINE_MESSAGES

      public static final LarvaLogLevel WRONG_PIPELINE_MESSAGES
    • STEP_PASSED_FAILED

      public static final LarvaLogLevel STEP_PASSED_FAILED
    • SCENARIO_PASSED_FAILED

      public static final LarvaLogLevel SCENARIO_PASSED_FAILED
    • SCENARIO_FAILED

      public static final LarvaLogLevel SCENARIO_FAILED
    • TOTALS

      public static final LarvaLogLevel TOTALS
    • ERROR

      public static final LarvaLogLevel ERROR
  • Method Details

    • values

      public static LarvaLogLevel[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static LarvaLogLevel valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • parse

      public static LarvaLogLevel parse(String value, LarvaLogLevel defaultValue)
    • shouldLog

      public boolean shouldLog(LarvaLogLevel other)