Akka logging is fronted by SLF4J. You can get the Logback backend simply by adding a dependency to your project. The Akka document should be enough to get you started: http://doc.akka.io/docs/akka/2.0/scala/logging.html the top has the Scala code to do the logging. The bottom shows the dependency stuff. Good luck.