Safe Haskell | None |
---|---|
Language | Haskell2010 |
Logger
Description
Documentation
Severity for the log messages.
Constructors
Debug | Information useful for debug purposes. E.g. output of the function that is important for the internal development, not for users. Like, the result of SQL query. |
Info | Normal operational information. E.g. describing general steps: starting application, finished downloading. |
Warning | General warnings, non-critical failures. E.g. couldn't download icon from some service to display. |
Error | General errors/severe errors. E.g. exceptional situations: couldn't syncronize accounts. |
Instances
Bounded Severity | |
Enum Severity | |
Defined in Colog.Core.Severity | |
Eq Severity | |
Ord Severity | |
Defined in Colog.Core.Severity | |
Read Severity | |
Show Severity | |
Ix Severity | |
Defined in Colog.Core.Severity |