Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

hackage.haskell.org : yet-another-logger

A logging framework written with flexibility and performance in mind. This Version is yet a preview The logging system consists of four main parts: The logging front-end are those types and functions that are used to produce log messages in the code. This includes the LogLevel type, the LogPolicy type, the LogLabel and LogScope types, the LogFunction type, and the MonadLog type class. The abstract LoggerCtx is the context through which the LogFunction delivers log messages to the logger back-end. The formatter is a function for serializing log messages. The logger back-end is a callback that is invoked by Logger on each log messages. The logger back-end applies the formatting function and delivers the log messages to some sink. The framework allows to combine this components in a modular way. The front-end types, the Logger, and the back-end callback are represented by types or type classes. The formatter exists only as a concept in the implementation of back-ends. These types and concepts together form the abstract logger interface that is defined in the module System.Logger.Types. The package also provides a concrete Logger that implements these components in the module System.Logger.Logger and System.Logger.Backend.Handle

Registry - Source - JSON
purl: pkg:hackage/yet-another-logger
Keywords: apache, library, logging, program, system
License: Apache-2.0
Latest release: 11 months ago
First release: about 9 years ago
Dependent packages: 1
Dependent repositories: 3
Downloads: 8,656 total
Stars: 5 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 18 days ago

    Loading...
    Readme
    Loading...