Popularity
2.8
Declining
Activity
0.0
Stable
7
2
0

Monthly Downloads: 20
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Text    

logger-thread alternatives and similar packages

Based on the "Text" category.
Alternatively, view logger-thread alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of logger-thread or a related project?

Add another 'Text' Package

README

logger-thread

A Haskell library providing a logger thread to collect logging from all threads and send them to stderr using FastLogger

Usage

Check app/Main.hs

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D