(cross-posted from Reddit because I'm not sure of the audience overlap between haskell-cafe & reddit)
I want to broadcast some instrumentation data from deep within my Haskell app. This data will have listeners in some environments (say, debug), but not others (say, production). Which library should I be using? A little searching threw two possible candidates:
But, I'm not sure if these are battle-tested. Any help would be appreciated.
-- Saurabh.