<div dir="ltr"><div>(cross-posted from Reddit because I'm not sure of the audience overlap between haskell-cafe & reddit)</div><div><br></div><div>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:</div><div><br></div><div>* <a href="http://hackage.haskell.org/package/split-channel">http://hackage.haskell.org/package/split-channel</a></div><div>* <a href="https://hackage.haskell.org/package/broadcast-chan">https://hackage.haskell.org/package/broadcast-chan</a></div><div><br></div><div>But, I'm not sure if these are battle-tested. Any help would be appreciated.</div><div><br></div><div>-- Saurabh.</div><div><br></div></div>