Uses of Interface
com.consol.citrus.log.LogModifier
-
Packages that use LogModifier Package Description com.consol.citrus.context com.consol.citrus.log -
-
Uses of LogModifier in com.consol.citrus.context
Methods in com.consol.citrus.context that return LogModifier Modifier and Type Method Description LogModifierTestContext. getLogModifier()Gets the logModifier.Methods in com.consol.citrus.context with parameters of type LogModifier Modifier and Type Method Description voidTestContext. setLogModifier(LogModifier logModifier)Sets the logModifier. -
Uses of LogModifier in com.consol.citrus.log
Subinterfaces of LogModifier in com.consol.citrus.log Modifier and Type Interface Description interfaceLogMessageModifierSpecial modifier adds message related modifications on log output on headers and body.
-