AppserverIo\Appserver\Core\Api\Node\LoggerNodeInterface::setParam PHP Method

setParam() public method

Sets the param with the passed name, type and value.
public setParam ( string $name, string $type, mixed $value ) : void
$name string The param name
$type string The param type
$value mixed The param value
return void
    public function setParam($name, $type, $value);