Changelog of @hackage/yet-another-logger 0.1.1.1

0.1.1.1

  • Add NFData instance for LogPolicy.

0.1.1

  • Added MonadLogIO for loggers that allow to extract a log function of type LogFunctionIO.

0.1

  • Added localScope function to MonadLog and and implemented withLabel based on it.

  • Added functions popLabel and clearScope. These are useful when setting log-labels for bracket style functions.

  • Remove overlapping MonadLog instances.

  • Lift MonadTrace instances into LoggerCtxT.

0.0.1

First public release