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.
Bob On Wed, Oct 22, 2014 at 8:27 PM, Navindian <[email protected]> wrote: > Hi > > > Is there any example which demonstrates logging on scala and akka by log > back. > > > thanks > navajyothi > > _______________________________________________ > Logback-user mailing list > [email protected] > http://mailman.qos.ch/mailman/listinfo/logback-user >
_______________________________________________ Logback-user mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-user
