| 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
| UnexpectedException SomeException |
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 |
| PackageSent Command UUID | Indicates a package has been sent. |
| PackageReceived Command UUID | Indicates the client's received a package from the server. |
Instances