Merge pull request #1195 from akka/wip-3094-loggingreceive-doc-rich

Make LoggingReceive docs more obvious. Fixes #3094
This commit is contained in:
Rich Dougherty 2013-02-26 13:00:57 -08:00
commit a3802acf07

View file

@ -76,8 +76,8 @@ This config option is very good if you want to know what config settings are loa
log-config-on-start = on
}
If you want very detailed logging of all user-level messages that are processed
by Actors that use akka.event.LoggingReceive:
If you want very detailed logging of user-level messages then wrap your actors' behaviors with
``akka.event.LoggingReceive`` and enable the ``receive`` option:
.. code-block:: ruby