AppserverIo\Appserver\Core\Api\Node\LoggerNodeInterface::setParam PHP 메소드

setParam() 공개 메소드

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
리턴 void
    public function setParam($name, $type, $value);