If you want to bypass Akka Logging, you maybe want to consider using Log4j with 
async logging, because its Disruptor based impl seems pretty neat. Maybe in 
Akka 3 they should get rid of Akka Logging altogether and use async Log4j 
logging directly?

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 09 Oct 2015, at 16:18, Heiko Seeberger <m...@heikoseeberger.de> wrote:
> 
> If you want to bypass Akka Logging, you maybe want to consider using Log4j 
> with async logging, because its Disruptor based impl seems pretty neat. Maybe 
> in Akka 3 they should get rid of Akka Logging altogether and use async Log4j 
> logging directly?
> 
> 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 09 Oct 2015, at 16:09, Eugene Dzhurinsky <jdeve...@gmail.com 
>> <mailto:jdeve...@gmail.com>> wrote:
>> 
>> On Fri, Oct 09, 2015 at 04:02:00PM +0200, Heiko Seeberger wrote:
>>> I disagree. Akka's logging facility doesn’t wrap SLF4J, it just offers a 
>>> backend based on SLF4J, like akka-log4j provides a backend based on Log4j 
>>> 2. Personally, I don’t like too many levels and I believe the ones provided 
>>> by Akka are perfect.
>> 
>> I would say that restricting the functionality of logging frameworks in Akka
>> to some predefined set of levels - forces me to always prefer SLF4J over Akka
>> logging.  If they are so strict about hard-coded log methods - okay, but
>> having at least some method in Akka logger that allows to pass a custom log
>> level (of type Any) to a back-end service of the actual logging system would
>> improve usability of that logging. 
>> 
>> -- 
>> Eugene N Dzhurinsky
>> 
>> -- 
>>>>>>>>>>>>     Read the docs: http://akka.io/docs/ <http://akka.io/docs/>
>>>>>>>>>>>>     Check the FAQ: 
>>>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html 
>>>>>>>>>>>> <http://doc.akka.io/docs/akka/current/additional/faq.html>
>>>>>>>>>>>>     Search the archives: https://groups.google.com/group/akka-user 
>>>>>>>>>>>> <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 akka-user+unsubscr...@googlegroups.com 
>> <mailto:akka-user+unsubscr...@googlegroups.com>.
>> To post to this group, send email to akka-user@googlegroups.com 
>> <mailto:akka-user@googlegroups.com>.
>> Visit this group at http://groups.google.com/group/akka-user 
>> <http://groups.google.com/group/akka-user>.
>> For more options, visit https://groups.google.com/d/optout 
>> <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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to