+str #17162 add log() stage for simple logging in Flows

+ with javadsl
+ allows configuring log levels
+ allows turning off logging of certain actions completely
+ cookbook adjusted to show this instead of manual PushStage
- PENDING: preStart based impl will be faster, coming soon
This commit is contained in:
Konrad Malawski 2015-04-09 12:21:12 +02:00
parent 1a5d114290
commit f2b757df51
20 changed files with 622 additions and 95 deletions

View file

@ -5,7 +5,9 @@
package akka.stream;
import akka.actor.ActorSystem;
import akka.event.Logging;
import akka.stream.javadsl.AkkaJUnitActorSystemResource;
import akka.stream.OperationAttributes;
public abstract class StreamTest {
final protected ActorSystem system;