tslogger: Thread-safe logging, with additional interleaving fuzz-testing.

[ bsd3, library, logging ] [ Propose Tags ]
This version is deprecated.

This is a thread-safe logging framework. It logs to memory, with various options for serializing log messages out to a file or handle. A verbosity level controls the quantity of log messages. For debugging, this logging framework can do double-duty by controlling the interleaving of threads which are producing log messages, for the purpose of fuzz-testing concurrent interleavings. This is accomplished by blocking the threads at the point of each logging message, and controlling the order in which threads (sequentially) unblock.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.1.0 (info)
Dependencies async (>=2.0), base (>=4.7 && <5.0), containers (>=0.5), random (>=1.1) [details]
License BSD-3-Clause
Author Ryan Newton, Peter Fogg
Maintainer peter.p.fogg@gmail.com
Category Logging
Source repo head: git clone https://github.com/iu-parfunc/tslogger
Uploaded by RyanNewton at 2017-04-03T08:04:59Z
Distributions NixOS:0.2.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2421 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-04-03 [all 1 reports]