question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

LoggerTakingImplicit is missing

See original GitHub issue

Hi! I found your cool library and noticed implicit context capture feature. But when I add it to my build.sbt:

libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.7.2"

i dont see method takingImplicit in com.typesafe.scalalogging.Logger Also, there is no such method in generated docs: https://www.javadoc.io/doc/com.typesafe.scala-logging/scala-logging_2.12/3.7.2

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
analyticallycommented, Feb 21, 2018

3.8.0 is out now.

0reactions
klpxcommented, Feb 16, 2018

Oh. I just looked at README and it references to “3.7.2”. Ok. thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Logging in streams with MDC - scala - Stack Overflow
I have tried i various ways to get a logger that can take MDC parameters, but i am missing something. First i just...
Read more >
Why I Wrote A Logging Library - Terse Systems
The next closest thing is MapMessage which has explicit format specifiers of "XML", "JSON" or "JAVA". I could always be missing something, but ......
Read more >
Attempting to shade scala-logging dependency #293 - GitHub
LazyLogging' is missing from the classpath. This symbol is required by 'package org.locationtech.rasterframes.package'.
Read more >
com.typesafe.scalalogging.Logger Scala Example
{Logger, LoggerTakingImplicit} import de.heikoseeberger.akkahttpcirce. ... path template variable not found") case Some(value) => value } }) } }. Example 99 ...
Read more >
Scala-Logging Alternatives - Scala Extensions | LibHunt
Do you think we are missing an alternative of Scala-Logging or a related ... LoggerTakingImplicit provides the same methods as Logger class, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found