Thruway\Logging\Logger::setDebug PHP Method

setDebug() public static method

public static setDebug ( $debug = false )
    public static function setDebug($debug = false)
    {
        static::$showDebug = $debug;
    }