hls-plugin-api-1.2.0.1: 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 #