A LoggingAdapter that can always be supplied implicitly.
A LoggingAdapter that can always be supplied implicitly. If an implicit ActorSystem the created LoggingContext forwards to the log of the system. If an implicit ActorContext is in scope the created LoggingContext uses the context's ActorRef as a log source. Otherwise, i.e. if neither an ActorSystem nor an ActorContext is implicitly available, the created LoggingContext will forward to NoLogging, i.e. "/dev/null".
Information about an SSL session.
Convenience base class for exception objects.
(Since version after M8) Please use akka.actor.ActorLogging directly instead!
Requires that the given duration is greater than Duration.Zero (finite or infinite) or Duration.Inf.
Requires that the given duration is greater than Duration.Zero (finite or infinite) or Duration.Inf. This implementation is macro-based and only works if the argument is an identifier or member selector.