Blammo-1.1.1.1: Batteries-included Structured Logging library
Safe HaskellSafe-Inferred
LanguageHaskell2010

Blammo.Logging.LogSettings

Synopsis

Documentation

data LogLevels Source #

Instances

Instances details
Show LogLevels Source # 
Instance details

Defined in Blammo.Logging.LogSettings.LogLevels

Eq LogLevels Source # 
Instance details

Defined in Blammo.Logging.LogSettings.LogLevels

Reading settings, e.g. from ENV

Construction

Modify

setLogSettingsConcurrency :: Maybe Int -> LogSettings -> LogSettings Source #

Set the number of LoggerSet Buffers used by fast-logger

By default this matches getNumCapabilities, which is more performant but does not guarantee message order. If this matters, such as in a CLI, set this value to 1.

Support for this option depends on your version of fast-logger:

fast-logger | DestinationSupported?
>=3.1.1 | anywhereyes
>=3.0.5 | fileyes
>=3.0.5 | stdout/stderrno
<3.0.5 | anywhereno

Access

Logic