iu-parfunc / lvars

The LVish Haskell library
http://hackage.haskell.org/package/lvish
80 stars 14 forks source link

Loggers -- could they be reusable? i.e. make close idempotent #84

Open rrnewton opened 10 years ago

rrnewton commented 10 years ago

This would enable creating a single global logger and using it with multiple runPars.

I think the biggest problem to doing this is our scheduler is in too many different states now -- 1.0, 2.0, and nonidem branch.