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 TypeClassDescriptionclass
class
Implementation of a code execution logger that builds a scriptLog and 0 or more scriptLogLine records - but doesn't insert them.class
Implementation of a code execution logger that logs to LOG 4jclass
Implementation of a code execution logger that just noop's every action.class
Implementation of a code execution logger that logs into scriptLog and scriptLogLine tables - e.g., as defined in ScriptMetaDataProvider.class
Implementation 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 TypeMethodDescriptionvoid
ExecuteCodeInput.setExecutionLogger
(QCodeExecutionLoggerInterface executionLogger) Setter for executionLoggervoid
AbstractRunScriptInput.setLogger
(QCodeExecutionLoggerInterface logger) Setter for loggervoid
RunAdHocRecordScriptOutput.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)