haskell-hvr / hslogger

Logging framework for Haskell
https://hackage.haskell.org/package/hslogger
BSD 3-Clause "New" or "Revised" License
64 stars 36 forks source link

Ignoring exceptions on error #38

Open ondrap opened 8 years ago

ondrap commented 8 years ago

Shouldn't logger ignore exceptions on output error by default? It seems to me that a frequent case of using e.g. errorM is in exception handlers; failing errorM will wreak havoc in many of these places. Wouldn't it be better if these calls ignored exceptions by default?