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.

Just my 5 cents
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 14:14, Colin Smith <[email protected]> wrote:
> 
> I too find myself wanting log.trace(), and don't see a reason not to 
> introduce it.
> 
> When trace logging is enabled one doesn't expect fantastic performance, but 
> the insights that a deeper-than-debug level of logging might provide.
> 
> My use-case is that I want to see all the metric data that is being reported 
> by my application to new relic, not just how many metrics, as the debug level 
> currently provides.
> 
> see 
> https://github.com/kamon-io/Kamon/blob/master/kamon-newrelic/src/main/scala/kamon/newrelic/MetricReporter.scala#L59
> 
> Only trace should provide this level of detail.
> 
> I would expect any framework that wraps a logging implementation should 
> provide this functionality, it is essential. Why not make it easy for your 
> users and provide the Slf4jLoggingAdapter complete with trace?
> 
> 
> On Friday, 9 May 2014 06:29:48 UTC+1, rkuhn wrote:
> Hi Eugene,
> 
> see this ticket: 
> https://www.assembla.com/spaces/akka/tickets/3651?comment=422208093 
> <https://www.assembla.com/spaces/akka/tickets/3651?comment=422208093>
> 
> In short, within Akka I don’t see a reason to introduce it, but you can 
> easily use implicit classes to enable `log.trace(...)` and create your own 
> Slf4jLoggingAdapter (by copying the Akka one and adding one line).
> 
> Regards,
> 
> Roland
> 
> 9 maj 2014 kl. 01:43 skrev Eugene Dzhurinsky <[email protected] 
> <javascript:>>:
> 
>> Hello, all! 
>> 
>> Is there any update on this topic, like - was this log level implemented in 
>> Akka slf4j bridge? 
>> 
>> As far as I can see, no - so what's the status?
>> 
>> Thanks!
>> 
>> -- 
>> >>>>>>>>>> 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 [email protected] <javascript:>.
>> To post to this group, send email to [email protected] <javascript:>.
>> 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>.
> 
> 
> 
> Dr. Roland Kuhn
> Akka Tech Lead
> Typesafe <http://typesafe.com/> – Reactive apps on the JVM.
> twitter: @rolandkuhn
>  <http://twitter.com/#!/rolandkuhn>
> 
> 
> -- 
> >>>>>>>>>> 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 [email protected] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> 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 [email protected].
To post to this group, send email to [email protected].
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