Uses of Enum Class
org.frankframework.larva.LarvaLogLevel
Packages that use LarvaLogLevel
-
Uses of LarvaLogLevel in org.frankframework.larva
Methods in org.frankframework.larva that return LarvaLogLevelModifier and TypeMethodDescriptionstatic LarvaLogLevel
LarvaLogLevel.parse
(String value, LarvaLogLevel defaultValue) static LarvaLogLevel
Returns the enum constant of this class with the specified name.static LarvaLogLevel[]
LarvaLogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.frankframework.larva with parameters of type LarvaLogLevelModifier and TypeMethodDescriptionstatic LarvaLogLevel
LarvaLogLevel.parse
(String value, LarvaLogLevel defaultValue) boolean
LarvaLogLevel.shouldLog
(LarvaLogLevel other) void
LarvaTool.write
(String html, boolean isHtmlType, LarvaLogLevel logLevel, boolean scroll) void
LarvaTool.writeLog
(String html, LarvaLogLevel logLevel, boolean scroll) Constructors in org.frankframework.larva with parameters of type LarvaLogLevelModifierConstructorDescriptionScenarioRunner
(LarvaTool larvaTool, IbisContext ibisContext, TestConfig config, AppConstants appConstants, int waitBeforeCleanUp, LarvaLogLevel logLevel) -
Uses of LarvaLogLevel in org.frankframework.pipes
Fields in org.frankframework.pipes declared as LarvaLogLevelMethods in org.frankframework.pipes with parameters of type LarvaLogLevelModifier and TypeMethodDescriptionvoid
LarvaPipe.setLogLevel
(LarvaLogLevel logLevel) the larva log level: one of [debug], [pipeline messages prepared for diff], [pipeline messages], [wrong pipeline messages prepared for diff], [wrong pipeline messages], [step passed/failed], [scenario passed/failed], [scenario failed], [totals], [error]