pekko/akka-docs/rst/java
Gaston M. Tonietti 9e9d5541b4 +act #3671 Implementing support for MDC values defined by the application. Fixes #3671.
* Added LogEvent subclasses with new field for transporting the MDC custom values.
* Slf4jLogger now takes MDC values from new LogEvent field, puts all in MDC before appending the log, and removes all after.
* New trait DiagnosticLoggingAdapter was introduced, which extends LoggingAdapter and adds MDC support with methods to get, set and clear MDC values.
* New factory method added to Logging for getting loggers with MDC support.
* BusLogging was changed to create new LogEvents including the MDC values.
* Actors can mixin with DiagnosticActorLogging which defines a diagnostic logger "log", has a hook to override for defining MDC values per message, and overrides aroundReceive for setting and clearing MDC around receive execution.
* Proper documentation was added for Scala and Java under the Logging/Slf4j section.
2013-11-15 11:09:22 -03:00
..
code/docs +act #3671 Implementing support for MDC values defined by the application. Fixes #3671. 2013-11-15 11:09:22 -03:00
agents.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
camel.rst DOC: how to conf dispatcher of camel producer, see #3048 2013-07-05 10:45:19 +02:00
cluster-usage.rst +clu #3627 Cluster router group with multiple paths per node 2013-10-16 11:44:00 +02:00
dispatchers.rst Split mailbox documentation into a separate section. See #3341 2013-05-28 13:34:35 +02:00
durable-mailbox.rst Split mailbox documentation into a separate section. See #3341 2013-05-28 13:34:35 +02:00
event-bus.rst =doc: Document that EventBus do not preserve sender #2918 2013-07-02 12:11:50 +02:00
extending-akka.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
fault-tolerance-sample.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
fault-tolerance.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
fsm.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
futures.rst Config library 1.0.1 2013-05-22 14:51:47 +02:00
hello-world.rst add akka.Main and use that to add Hello World docs 2013-04-30 11:31:17 +02:00
howto.rst Merge branch 'master' into wip-2605-java-pattern-ricklatrine 2012-12-08 11:49:06 +01:00
index-actors.rst akka-persistence prototype 2013-09-14 14:19:38 +02:00
index-futures.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
index-network.rst split IO docs and mark them EXPERIMENTAL, see #3294 2013-05-26 19:55:35 +02:00
index-utilities.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
io-codec.rst split IO docs and mark them EXPERIMENTAL, see #3294 2013-05-26 19:55:35 +02:00
io-tcp.rst =doc #3684 Document that SslTlsSupport doesn't support Tcp.WriteCommand. 2013-10-23 15:21:34 +02:00
io-udp.rst a few fixes after review of the IO doc changes 2013-05-27 14:26:34 +02:00
io.rst +act #3663 Package BalancingDispatcher for usage in router pool 2013-10-16 14:44:39 +02:00
logging.rst +act #3671 Implementing support for MDC values defined by the application. Fixes #3671. 2013-11-15 11:09:22 -03:00
mailboxes.rst =doc #3639 Show complete custom mailbox example. 2013-10-15 12:18:17 +02:00
microkernel.rst Adjust dist README, see #3105 2013-07-04 13:25:29 +02:00
persistence.rst !per #3707 Channel enhancements 2013-11-14 12:05:37 +01:00
remoting.rst +rem #3665 Allow trusted selections in untrusted-mode 2013-11-14 14:08:46 +01:00
routing.rst +act #3663 Package BalancingDispatcher for usage in router pool 2013-10-16 14:44:39 +02:00
scheduler.rst = doc: Added warning about closing over in scheduled tasks #3263 2013-07-04 14:05:29 +02:00
serialization.rst !per #3652 Custom snapshot and persistent message serialization 2013-10-14 17:35:04 +02:00
stm.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
testing.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
transactors.rst restructure ToC of reST docs 2013-04-19 13:40:37 +02:00
typed-actors.rst Some more test cleanup to not create so many threads. See #3320 2013-05-08 12:42:15 +02:00
untyped-actors.rst +act #3592 Read stash-capacity from mailbox config 2013-09-09 14:59:05 +02:00
zeromq.rst make LocalScope mean “purely local” and avoid Props serialization check, see #3210 2013-05-29 23:36:39 +02:00