hls-plugin-api-0.6.0.0: Haskell Language Server API for plugin communication
Safe HaskellNone
LanguageHaskell2010

Ide.Logger

Description

Provides an implementation of the ghcide Logger which uses System.Log.Logger under the hood.

Documentation

logm :: MonadIO m => String -> m () Source #

debugm :: MonadIO m => String -> m () Source #

warningm :: MonadIO m => String -> m () Source #

errorm :: MonadIO m => String -> m () Source #