Hix.Log
log :: LogLevel -> Text -> M () Source #
verbose :: Text -> M () Source #
debug :: Text -> M () Source #
debugP :: Doc -> M () Source #
info :: Text -> M () Source #
infoPlain :: Text -> M () Source #
warn :: Text -> M () Source #
infoCont :: Text -> M () Source #
error :: Text -> M () Source #
logWith :: (LogLevel -> Text -> IO ()) -> LogLevel -> Text -> M () Source #