Uses of Interface
com.kingsrook.qqq.backend.core.actions.scripts.logging.QCodeExecutionLoggerInterface
Packages that use QCodeExecutionLoggerInterface
Package
Description
-
Uses of QCodeExecutionLoggerInterface in com.kingsrook.qqq.backend.core.actions.scripts
Methods in com.kingsrook.qqq.backend.core.actions.scripts with parameters of type QCodeExecutionLoggerInterfaceModifier and TypeMethodDescriptionQCodeExecutor.execute(QCodeReference codeReference, Map<String, Serializable> inputContext, QCodeExecutionLoggerInterface executionLogger) QJavaExecutor.execute(QCodeReference codeReference, Map<String, Serializable> inputContext, QCodeExecutionLoggerInterface executionLogger) -
Uses of QCodeExecutionLoggerInterface in com.kingsrook.qqq.backend.core.actions.scripts.logging
Classes in com.kingsrook.qqq.backend.core.actions.scripts.logging that implement QCodeExecutionLoggerInterfaceModifier and TypeClassDescriptionclassclassImplementation of a code execution logger that builds a scriptLog and 0 or more scriptLogLine records - but doesn't insert them.classImplementation of a code execution logger that logs to LOG 4jclassImplementation of a code execution logger that just noop's every action.classImplementation of a code execution logger that logs into scriptLog and scriptLogLine tables - e.g., as defined in ScriptMetaDataProvider.classImplementation of a code execution logger that logs to System.out and System.err (for exceptions) -
Uses of QCodeExecutionLoggerInterface in com.kingsrook.qqq.backend.core.model.actions.scripts
Methods in com.kingsrook.qqq.backend.core.model.actions.scripts that return QCodeExecutionLoggerInterfaceModifier and TypeMethodDescriptionExecuteCodeInput.getExecutionLogger()Getter for executionLoggerAbstractRunScriptInput.getLogger()Getter for loggerRunAdHocRecordScriptOutput.getLogger()Getter for loggerMethods in com.kingsrook.qqq.backend.core.model.actions.scripts with parameters of type QCodeExecutionLoggerInterfaceModifier and TypeMethodDescriptionvoidExecuteCodeInput.setExecutionLogger(QCodeExecutionLoggerInterface executionLogger) Setter for executionLoggervoidAbstractRunScriptInput.setLogger(QCodeExecutionLoggerInterface logger) Setter for loggervoidRunAdHocRecordScriptOutput.setLogger(QCodeExecutionLoggerInterface logger) Setter for loggerExecuteCodeInput.withExecutionLogger(QCodeExecutionLoggerInterface executionLogger) Fluent setter for executionLoggerAbstractRunScriptInput.withLogger(QCodeExecutionLoggerInterface logger) Fluent setter for loggerRunAdHocRecordScriptOutput.withLogger(QCodeExecutionLoggerInterface logger) Fluent setter for logger -
Uses of QCodeExecutionLoggerInterface in com.kingsrook.qqq.languages.javascript
Methods in com.kingsrook.qqq.languages.javascript with parameters of type QCodeExecutionLoggerInterfaceModifier and TypeMethodDescriptionQJavaScriptExecutor.execute(QCodeReference codeReference, Map<String, Serializable> inputContext, QCodeExecutionLoggerInterface executionLogger)