logging?
Closed this issue · 1 comments
mwotton commented
Not really an issue, just a question - how do you handle logging? I can see ifTrace in there, but it's going to return something in GenHaxl - is it legit to hook that up to unsafeLiftIO and use something like monad-logger?
simonmar commented
Logging is a reasonable use of unsafeLiftIO
, yes.