kazu-yamamoto / logger

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

More time-ordered logging functions, fix `newFastLogger1` #199

Closed nh2 closed 2 years ago

nh2 commented 2 years ago

See individual commits.

Fixes https://github.com/kazu-yamamoto/logger/commit/6ddf3c789f36133aa68ef256e2c9b23150e41be6#r60660256.

Why is this change important?

For my logging use cases (and I'd argue, for many), I require time-ordered output. Until now, this was not configurable for stdout/stderr.

kazu-yamamoto commented 2 years ago

Rebased and merged. Thank you for your contribution!

kazu-yamamoto commented 2 years ago

A new version has been released.