public interface ActorLogging
class MyActor extends Actor with ActorLogging {
def receive = {
case "pigdog" => log.info("We've got yet another pigdog on our hands")
}
}
| Modifier and Type | Method and Description |
|---|---|
LoggingAdapter |
log() |
LoggingAdapter log()