
Hi Is there any example which demonstrates logging on scala and akka by log back. thanks navajyothi

Hi, I don't use Akka, but as near as I can tell, there's no significant difference between using Logback in Scala and using it in Java. Donald On Wed, Oct 22, 2014 at 11:27 PM, Navindian <navindian@gmail.com> wrote:
Hi
Is there any example which demonstrates logging on scala and akka by log back.
thanks navajyothi
_______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user
-- Family photographs are a critical legacy for ourselves and our descendants. Protect that legacy with a digital backup and recovery plan.

It’s documented here: http://doc.akka.io/docs/akka/2.0/scala/logging.html On 23 Oct 2014, at 04:27, Navindian <navindian@gmail.com> wrote:
Hi
Is there any example which demonstrates logging on scala and akka by log back.
thanks navajyothi _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user

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 <navindian@gmail.com> wrote:
Hi
Is there any example which demonstrates logging on scala and akka by log back.
thanks navajyothi
_______________________________________________ Logback-user mailing list Logback-user@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-user
participants (4)
-
David Roussel
-
Donald McLean
-
Navindian
-
Robert Kuhar