Elgg\Logger::setDisplay PHP Method

setDisplay() public method

Whether data is actually displayed to the user depends on this setting and other factors such as whether we are generating a JavaScript or CSS file.
public setDisplay ( boolean $display ) : void
$display boolean Whether to display logging
return void
    public function setDisplay($display)
    {
        $this->display = $display;
    }