@hackage / monad-logger-extras

Utilities for composing loggers, coloring output, plus a few orphan instances.

Latest0.1.1.2

Changelog

Revision history for monad-logger-extras

0.1.1.2

  • Support GHC 9.12

0.1.1.1

  • Fix haddocks formatting
  • Fix Alternative orphan instance

0.1.1.0

  • Add colorize functions to apply colors to log messages.

0.1.0.0

  • First version.
    • Composable loggers (with implementations for stdout, stderr, syslog)
    • Orphan instances for Alternative and MonadPlus