Got it. Unfortunately that’s not possible right now because of the design of Akka’s logging facility which is made up from a frontend (the API you actually use for logging, based on Akka’s Actor based event stream) and the specific backend (e.g. akka-log4j).
Maybe something to consider for Akka Typed? Roland? Heiko -- Heiko Seeberger Home: heikoseeberger.de <http://heikoseeberger.de/> Twitter: @hseeberger <https://twitter.com/hseeberger> Public key: keybase.io/hseeberger <https://keybase.io/hseeberger> > On 20 Dec 2015, at 13:17, Guido Medina <[email protected]> wrote: > > Sorry for brevity writing from phone which I hate. > > In a nutshell I would like your plugin akka-log4j to offer an extra class to > log directly without an actor in between which is your current > implementation, same applies for akka-slf4j. > > That way Akka system has a registered logger and my actors will continue > obtaining the logger instance from Akka system. > > -- >>>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>>> Check the FAQ: >>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
