Re: [akka-user] Slf4j Akka adapter

2016-04-07 Thread Patrik Nordwall
Hi Pedro, I looked at your library. I think this can be a good to include in akka-slf4j . Feel free to open a pull request. Thanks, Patrik On Thu, Mar 31, 2016 at 10:08 AM, Konrad Malawski wrote: > One thing to note

Re: [akka-user] Slf4j Akka adapter

2016-03-31 Thread loempl
Wrt inclusion in Akka: I don’t want to use SLF4J/Lockback, but Log4j 2! -- Heiko Seeberger Home: heikoseeberger.de Twitter: @hseeberger Public key: keybase.io/hseeberger > On 31 Mar 2016, at 12:43, Patrik

Re: [akka-user] Slf4j Akka adapter

2016-03-31 Thread Patrik Nordwall
Sounds interesting. I will take a look, but no time this week. Regards, Patrik On Fri, Mar 25, 2016 at 7:42 PM, Pedro Larroy wrote: > Hi there > > I have been often frustrated by trying to combine traits that would use an > slf4j logger inside Akka. First because

[akka-user] Slf4j Akka adapter

2016-03-25 Thread Pedro Larroy
Hi there I have been often frustrated by trying to combine traits that would use an slf4j logger inside Akka. First because if you mix ActorLogging the "log" is not compatibe with Slf4j Logger. Second because if you use Slf4j logging inside your libraries and utilities, it will block your