Re: [akka-user] Order of log lines is mixed when 3rd party logs write directly to SLF4J

2017-06-19 Thread Natanel Savion
se ActorLogging, we only have it to not depend > on a specific logging API in akka-actor itself. > > -- > Konrad `ktoso` Malawski > Akka <http://akka.io> @ Lightbend <http://lightbend.com> > > On 19 June 2017 at 15:28:35, Natanel Savion (natanel...@gmail.

[akka-user] Order of log lines is mixed when 3rd party logs write directly to SLF4J

2017-06-19 Thread Natanel Savion
Hi, While using in akka's infrastructure (akka.event.Logging), log lines are written asynchronously. If 3rd party code that writes directly to SLF4J runs within the context of an actor, this can lead to condition where akka code performed before the 3rd party code only gets logged after the 3rd