add missing parens
This commit is contained in:
parent
8090769730
commit
f62b50a41b
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ the first case and ``LoggerFactory.getLogger(String s)`` in the second).
|
|||
|
||||
.. code-block:: scala
|
||||
|
||||
final LoggingAdapter log = Logging.getLogger(system.eventStream, "my.nice.string");
|
||||
final LoggingAdapter log = Logging.getLogger(system.eventStream(), "my.nice.string");
|
||||
|
||||
Logging Thread and Akka Source in MDC
|
||||
-------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue