| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Logging.Config.Type
Documentation
Constructors
| StreamHandler | |
| FileHandler | |
| RotatingFileHandler | |
| TimeRotatingFileHandler | Since: 0.7.0 |
Fields
| |
Instances
Constructors
| Sink | |
Instances
| Show Sink Source # | |
| Generic Sink Source # | |
| FromJSON Sink Source # | |
| type Rep Sink Source # | |
Defined in Logging.Config.Type type Rep Sink = D1 (MetaData "Sink" "Logging.Config.Type" "log4hs-0.7.0.0-2nGtZgN49Ve3MLtmg64isg" False) (C1 (MetaCons "Sink" PrefixI True) ((S1 (MetaSel (Just "level") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe String)) :*: S1 (MetaSel (Just "filterer") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [String]))) :*: (S1 (MetaSel (Just "handlers") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [String])) :*: (S1 (MetaSel (Just "propagate") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "disabled") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Bool)))))) | |
Constructors
| Config | |
Instances
| Show Config Source # | |
| Generic Config Source # | |
| FromJSON Config Source # | |
| type Rep Config Source # | |
Defined in Logging.Config.Type type Rep Config = D1 (MetaData "Config" "Logging.Config.Type" "log4hs-0.7.0.0-2nGtZgN49Ve3MLtmg64isg" False) (C1 (MetaCons "Config" PrefixI True) ((S1 (MetaSel (Just "sinks") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Map String Sink))) :*: (S1 (MetaSel (Just "handlers") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Map String Handler))) :*: S1 (MetaSel (Just "formatters") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Map String String))))) :*: (S1 (MetaSel (Just "timezone") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe String)) :*: (S1 (MetaSel (Just "disabled") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "catchUncaughtException") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Bool)))))) | |
newtype ConfigException Source #
Constructors
| ConfigException | |
Instances
| Show ConfigException Source # | |
Defined in Logging.Config.Type Methods showsPrec :: Int -> ConfigException -> ShowS # show :: ConfigException -> String # showList :: [ConfigException] -> ShowS # | |
| Exception ConfigException Source # | |
Defined in Logging.Config.Type Methods toException :: ConfigException -> SomeException # | |