From: Vincent Vanwaelscappel Date: Thu, 18 Jan 2024 11:47:27 +0000 (+0100) Subject: wait #6149 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=8b3e9e91919324abbcb6ff4c4f5aeafab98b5da7;p=cubist_util.git wait #6149 @0.5 --- diff --git a/src/CommandLine.php b/src/CommandLine.php index c0c676f..cc63d71 100644 --- a/src/CommandLine.php +++ b/src/CommandLine.php @@ -358,4 +358,9 @@ class CommandLine echo $this->getCommand() . "\n\n" . $this->getOutput() . "\n\n"; } } + + public function error_log() + { + error_log($this->getCommand() . "\n\n" . $this->getOutput() . "\n\n"); + } }