importify-1.0: Tool for haskell imports refactoring

Safe HaskellNone
LanguageHaskell2010

Extended.System.Wlog

Description

Extended log-warper functionality to work with importify tool.

Synopsis

Documentation

initImportifyLogger :: MonadIO m => Severities -> m () Source #

Initializes importify logger.

printDebug :: MonadIO m => Text -> m () Source #

Prints Debug message.

printError :: MonadIO m => Text -> m () Source #

Prints Error message.

printInfo :: MonadIO m => Text -> m () Source #

Prints Info message.

printNotice :: MonadIO m => Text -> m () Source #

Prints Notice message.

printWarning :: MonadIO m => Text -> m () Source #

Prints Warning message.