blob: d6f6746d81431efc219fc9f9c790773e45ff75d7 [file] [log] [blame] [view]
@PLUGIN@
==========
NAME
----
@PLUGIN@ - Say Hello in the Log
SYNOPSIS
--------
GET /changes/?--@PLUGIN@--log
DESCRIPTION
-----------
Prints "Say Hello in the Log" in the Log.
ACCESS
------
Any authenticated user.
EXAMPLES
--------
Have the server say Hello to the user
> curl -X GET --digest --user joe:secret http://host:port/a/changes/?--@PLUGIN@--log
LOG:
> [HTTP-69] ERROR com.googlesource.gerrit.plugins.examples.restapicommandoption.HttpModule : Say Hello in the Log
SEE ALSO
--------
* [Plugin Development](../../../Documentation/dev-plugins.html)
* [REST API Development](../../../Documentation/dev-rest-api.html)
GERRIT
------
Part of [Gerrit Code Review](../../../Documentation/index.html)