Updated git submodules
authorStephen Kitt <skitt@redhat.com>
Fri, 27 Oct 2017 08:18:36 +0000 (10:18 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 30 Oct 2017 16:43:40 +0000 (16:43 +0000)
commit9a2643cc4638070fbcbd5038bdb4150a5e3d6a22
treef251e3595a8a9423d7571ee486798bf4a6dc7b3b
parent3d30629297dcfcba700b564b38a3a005371a85fb
Updated git submodules

Project: genius master 5cbde4cb077fe5db5e00deeb4d34fbb29b8746aa

Handle logging symmetrically in FutureRpcResults

This patch treats logging and result (or error) processing
independently, in a symmetrical fashion for both success and error
cases.

* LogLevel handles the logging façade in front of Logger.
* A new NONE LogLevel allows logging (by the default handler) to be
  disabled.
* The success log level is configurable (including NONE).
* The default consumers do nothing (logging is handled separately).
* The onSuccess/onFailure handlers follow the same pattern, and the
  onFailure handler is re-used for external error handling.

Change-Id: Ie4f799d4ba655c438ac1616b04b323a11a913684
Signed-off-by: Stephen Kitt <skitt@redhat.com>
docs/submodules/genius