Skip to content
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

Control.Monad.Logger.CallStack exports a template haskell function for logDebugS #40

Open
lf- opened this issue Feb 24, 2023 · 0 comments

Comments

@lf-
Copy link

lf- commented Feb 24, 2023

Control.Monad.Logger.CallStack seems to me to be the CallStack based functions for use in non-template-haskell-using contexts but it appears that the logDebugS function it exports is a quasiquote, unlike logDebugNS, logDebug, logDebugCS. This seems like an oversight.

I can define one using monadLoggerLog, but it seems to be an error in the library to need to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant