]> _ Git - cubist_util.git/commitdiff
wait #6149 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 18 Jan 2024 11:47:27 +0000 (12:47 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 18 Jan 2024 11:47:27 +0000 (12:47 +0100)
src/CommandLine.php

index c0c676ff86ee9a479f00e8ec26f0380387979307..cc63d71d44edf305a53e181b2c18121cf1c4ad33 100644 (file)
@@ -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");
+    }
 }