ghcitui-0.3.0.0: A Terminal User Interface (TUI) for GHCi
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ghcitui.Ghcid.LogConfig

Synopsis

Documentation

newtype LogLevel Source #

Determines how verbose logging should be.

Constructors

LogLevel Int 

Instances

Instances details
Show LogLevel Source # 
Instance details

Defined in Ghcitui.Ghcid.LogConfig

Eq LogLevel Source # 
Instance details

Defined in Ghcitui.Ghcid.LogConfig

Ord LogLevel Source # 
Instance details

Defined in Ghcitui.Ghcid.LogConfig

data LogOutput Source #

Determines where the daemon logs are written.

Instances

Instances details
Show LogOutput Source # 
Instance details

Defined in Ghcitui.Ghcid.LogConfig