vcs-ignore VS co-log

Compare vcs-ignore vs co-log and see what are their differences.

vcs-ignore

📜 Haskell library handling files ignored by VCS (by vaclavsvejcar)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
vcs-ignore co-log
1 3
5 253
- 0.0%
0.0 6.3
almost 2 years ago about 2 months ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vcs-ignore

Posts with mentions or reviews of vcs-ignore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-22.
  • vcs-ignore: small library for working with files ignored by VCS
    2 projects | /r/haskell | 22 May 2021
    I'd like to announce my very first Haskell library, vcs-ignore. Its main purpose is to work with files ignored by supported version control systems (so far only Git implementation is done), like checking if path is ignored, listing ignored paths, etc. It also comes with small executable that can be used standalone as command line utility. It's already on Hackage and should be also on Stackage with next nightly build.

co-log

Posts with mentions or reviews of co-log. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-06.
  • Good Haskell Source Code
    5 projects | /r/haskell | 6 Jan 2022
    Another great Kowainik project to suggest is co-log: https://github.com/co-log/co-log
  • Good, reasonably easy log library
    1 project | /r/haskell | 29 Aug 2021
    We use co-log it is simple and extensible, and can easily be integrated.
  • How to create `co-log` instance for Scotty?
    2 projects | /r/haskell | 6 Jan 2021
    That being said, the fact that you're trying to define an instance of HasLog for ActionT in the first place is a bit suspect, since this co-log tutorial suggests you shouldn't need to do anything of the sort. I think you should be able to perform logging in your App and then lift the App to ActionT by using ActionT's MonadTrans instance. That is, something like this:

What are some alternatives?

When comparing vcs-ignore and co-log you can also consider the following projects:

haskell-lsp - Haskell library for the Microsoft Language Server Protocol

tslogger - thread-safe logging

headroom - Šī¸ Manager for license headers in source code files.

logging-facade-journald - Journald backend for logging-facade

git-autosync - Auto-commit and push to remote on specified triggers with a customizable Haskell CLI tool

logging

rollbar - error notification to rollbar.com

co-log-polysemy-formatting - A Haskell library: A fancy logging effect for Polysemy using the formatting library to format log messages.

logging-facade - An experimental logging API for Haskell, inspired by slf4j

wai-log

katip-kafka - Kafka backend for Katip

rotating-log - Size-limited, concurrent, automatically-rotating log writer for Haskell production applications