akka.io
Interface HasLogging

All Superinterfaces:
PipelineContext
All Known Subinterfaces:
TcpPipelineHandler.WithinActorContext

public interface HasLogging
extends PipelineContext

This trait expresses that the pipeline’s context needs to provide a logging facility.


Method Summary
 LoggingAdapter getLogger()
          Retrieve the LoggingAdapter for this pipeline’s context.
 
Methods inherited from interface akka.io.PipelineContext
cmd, cmdHolder, dealias, evt, evtHolder, nothing, singleCommand, singleEvent
 

Method Detail

getLogger

LoggingAdapter getLogger()
Retrieve the LoggingAdapter for this pipeline’s context.