kazu-yamamoto / logger

A fast logging system for Haskell
159 stars 68 forks source link

fix stdio flush #92

Closed winterland1989 closed 8 years ago

winterland1989 commented 8 years ago

I haven't come up with a testing plan for fast-logger yet, but i believe this patch is necessary for correctly flush stdout/stderr, because rmLoggerSet will flush stdout/stderr.

kazu-yamamoto commented 8 years ago

This looks good to me. And I realized that it is very hard to create test cases for this. So, let's just merge it.

kazu-yamamoto commented 8 years ago

Thank you for your contribution.

kazu-yamamoto commented 8 years ago

A new version has been released.

winterland1989 commented 8 years ago

Thanks!