-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement ConsoleLogger for Scala.js #694
Conversation
AFAIK there's no legal entity called "Typelevel" that owns the copyright for these contributions, so it's a little unclear what these refer to 🤷
…sing ConsoleLoggerFactory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a JS-ninja, so it is required to get a look from someone else. I leave my comments API-wise mainly.
js-console/src/main/scala/org/typelevel/log4cats/console/Console.scala
Outdated
Show resolved
Hide resolved
js-console/src/main/scala/org/typelevel/log4cats/console/ConsoleLogger.scala
Outdated
Show resolved
Hide resolved
js-console/src/main/scala/org/typelevel/log4cats/console/ConsoleLoggerFactory.scala
Outdated
Show resolved
Hide resolved
js-console/src/main/scala/org/typelevel/log4cats/console/ConsoleF.scala
Outdated
Show resolved
Hide resolved
js-console/src/main/scala/org/typelevel/log4cats/console/ConsoleLogger.scala
Outdated
Show resolved
Hide resolved
…now package-private
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from the JS side of things, I trust @danicheg on the log4cats side :)
Thanks so much for this!
So, I don't see any blockers to merge this. Thanks! |
A basic implementation to close #680 and make logging available on Scala.js.