We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ead0b commit 96d0eb0Copy full SHA for 96d0eb0
1 file changed
src/StdOutLogger.php
@@ -14,7 +14,7 @@ class StdOutLogger extends ErrorLogLogger
14
public function __construct($maxLevel = LogLevel::DEBUG)
15
{
16
parent::__construct($maxLevel);
17
- $this->setHandle(STDOUT);
+ $this->setHandle(fopen('php://stdout', 'w'));
18
}
19
20
public function setHandle($handle)
0 commit comments