pekko/akka-tutorials/akka-tutorial-second
Roland 85b7accfd4 make EventHandler non-global
- add Logging trait for nicer interface
- add EventHandlerLogging class for offering the nice interface from
  app.log
- add eventHandler instance to app and use that for all internal logging
  (this means that some places (dispatchers, remoting) were infiltrated
  by app just to do logging, but I think we'll need app in there soon
  enough for other reasons)
2011-10-13 13:21:59 +02:00
..
project Bump version to 2.0-SNAPSHOT 2011-05-18 12:44:37 +12:00
src/main make EventHandler non-global 2011-10-13 13:21:59 +02:00
pom.xml Bump version to 2.0-SNAPSHOT 2011-05-18 12:44:37 +12:00
README Update tutorials and include source in the distribution 2011-05-10 16:37:31 +12:00

=================
 Second Tutorial
=================

This is the source code for the second tutorial.

See the Akka Documentation for information about this tutorial.