mediabus-0.4.0.1: Multimedia streaming on top of Conduit

Safe HaskellNone
LanguageHaskell2010

Data.MediaBus.Basics.LoggingExtra

Description

Utilities for logging.

Synopsis

Documentation

withLogMessagePrefix :: (ToLogStr prefix, MonadLoggerIO m) => prefix -> LoggingT m a -> m a Source #

Prefix every log message done from inside the given monad action with the given prefix. This runs a LoggingT action inside a MonadLoggerIO base monad with a log function that wraps around the log function returned by askLoggerIO and prefixes each message with the given prefix.