Uses of Class
com.intuit.karate.Logger
-
Packages that use Logger Package Description com.intuit.karate.core com.intuit.karate.driver com.intuit.karate.driver.playwright com.intuit.karate.http com.intuit.karate.shell -
-
Uses of Logger in com.intuit.karate.core
Fields in com.intuit.karate.core declared as Logger Modifier and Type Field Description LoggerScenarioEngine. loggerLoggerScenarioRuntime. loggerConstructors in com.intuit.karate.core with parameters of type Logger Constructor Description ScenarioEngine(Config config, ScenarioRuntime runtime, Map<String,Variable> vars, Logger logger) -
Uses of Logger in com.intuit.karate.driver
Fields in com.intuit.karate.driver declared as Logger Modifier and Type Field Description LoggerDriverOptions. driverLoggerprotected LoggerDevToolsDriver. loggerLoggerDriverOptions. loggerprotected LoggerWebDriver. loggerLoggerDriverOptions. processLoggerMethods in com.intuit.karate.driver with parameters of type Logger Modifier and Type Method Description voidDevToolsWait. setLogger(Logger logger) -
Uses of Logger in com.intuit.karate.driver.playwright
Methods in com.intuit.karate.driver.playwright with parameters of type Logger Modifier and Type Method Description voidPlaywrightWait. setLogger(Logger logger) -
Uses of Logger in com.intuit.karate.http
Methods in com.intuit.karate.http with parameters of type Logger Modifier and Type Method Description voidWebSocketClient. setLogger(Logger logger)Constructors in com.intuit.karate.http with parameters of type Logger Constructor Description ArmeriaHttpClient(Config config, Logger logger)HttpLogger(Logger logger)WebSocketClient(WebSocketOptions options, Logger logger) -
Uses of Logger in com.intuit.karate.shell
Methods in com.intuit.karate.shell that return Logger Modifier and Type Method Description LoggerCommand. getLogger()Constructors in com.intuit.karate.shell with parameters of type Logger Constructor Description Command(boolean useLineFeed, Logger logger, String uniqueName, String logFile, File workingDir, String... args)Console(String name, boolean useLineFeed, InputStream is, Logger logger, LogAppender appender, java.util.function.Consumer<String> listener)
-