| Copyright | (C) 2015 Yorick Laupa |
|---|---|
| License | (see the file LICENSE) |
| Maintainer | Yorick Laupa <yo.eight@gmail.com> |
| Stability | provisional |
| Portability | non-portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Database.EventStore.Logging
Description
Documentation
Logging main data structure.
Constructors
| Error ErrorMessage | |
| Info InfoMessage |
data ErrorMessage Source
Classifies error-like log messages.
Constructors
| MaxAttemptConnectionReached Int | Indicates max attempt value. |
| WrongPackageFraming | |
| PackageParsingError String | Indicates parsing error message. |
Instances
data InfoMessage Source
Classifies info-like log messages.
Constructors
| Connecting Int | Indicates current attempt. |
| ConnectionClosed UUID | Indicates connection |
| Connected UUID | Indicates connection |
| Disconnected UUID | Indicates connection |
Instances