Class SystemOutExecutionLogger

java.lang.Object
com.kingsrook.qqq.backend.core.actions.scripts.logging.SystemOutExecutionLogger
All Implemented Interfaces:
QCodeExecutionLoggerInterface, Serializable

public class SystemOutExecutionLogger extends Object implements QCodeExecutionLoggerInterface
Implementation of a code execution logger that logs to System.out and System.err (for exceptions)
See Also: