co-log-core: Composable Contravariant Comonadic Logging Library
This package provides core types and functions to work with the LogAction
data type which is both simple and powerful.
newtype LogAction m msg = LogAction { unLogAction :: msg -> m () }
The ideas behind this package are described in the following blog post:
See the following packages for different implementations based on co-log-core
:
co-log: taggless final implementations.
co-log-polysemy: extensible effects implementation based on
polysemy
.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- co-log-core-0.3.2.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.0, 0.1.0, 0.1.1, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.3.2.4, 0.3.2.5 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.10.1.0 && <4.19) [details] |
Tested with | ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.5, ghc ==8.8.4, ghc ==8.10.7, ghc ==9.0.2, ghc ==9.2.4, ghc ==9.4.2 |
License | MPL-2.0 |
Copyright | 2018-2020 Kowainik, 2021-2022 Co-Log |
Author | Dmitrii Kovanikov |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Revised | Revision 2 made by alaendle at 2023-09-17T09:07:04Z |
Category | Logging, Contravariant, Comonad |
Home page | https://github.com/co-log/co-log-core |
Bug tracker | https://github.com/co-log/co-log-core/issues |
Source repo | head: git clone https://github.com/co-log/co-log-core.git |
Uploaded | by vrom911 at 2022-11-02T18:14:47Z |
Distributions | Arch:0.3.2.4, LTSHaskell:0.3.2.5, NixOS:0.3.2.2, Stackage:0.3.2.5 |
Reverse Dependencies | 27 direct, 59 indirect [details] |
Downloads | 10545 total (17 in the last 30 days) |
Rating | 2.5 (votes: 3) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-11-02 [all 1 reports] |