Class BuildScriptLogAndScriptLogLineExecutionLogger

java.lang.Object
com.kingsrook.qqq.backend.core.actions.scripts.logging.BuildScriptLogAndScriptLogLineExecutionLogger
All Implemented Interfaces:
QCodeExecutionLoggerInterface, ScriptExecutionLoggerInterface, Serializable
Direct Known Subclasses:
AccumulatingBuildScriptLogAndScriptLogLineExecutionLogger, StoreScriptLogAndScriptLogLineExecutionLogger

public class BuildScriptLogAndScriptLogLineExecutionLogger extends Object implements QCodeExecutionLoggerInterface, ScriptExecutionLoggerInterface
Implementation of a code execution logger that builds a scriptLog and 0 or more scriptLogLine records - but doesn't insert them. e.g., useful for testing (both in junit, and for users in-app).
See Also: