./sysutils/hs-fast-logger, Fast logging system

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2.2nb1, Package name: hs-fast-logger-3.2.2nb1, Maintainer: pho

This package provides a fast logging system which scales on multicore
environments (i.e. +RTS -N<x>).

Note: This library does not guarantee correct ordering of log messages
when program is run on more than one core thus users should rely more
on message timestamps than on their order in the log.


Master sites:

Filesize: 14.229 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 14:34:40 by Masatake Daimon | Files touched by this commit (4)
Log message:
sysutils/hs-fast-logger: Update to 3.2.2

3.2.2
* Corrected handling of messages at the buffer boundary in the SingleLogger
  #211

3.2.1
* Fixing a bug where a single logger is not killed

3.2.0
* newFastLogger1 ensures the ordering of logs #207

3.1.2
* Require unix-compat >= 0.2 #206
* Remove Safe if directory >= 1.3.8 #199
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-05-01 23:03:13 by Nikita | Files touched by this commit (1)
Log message:
hs-fast-logger: fix plist
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 17:14:03 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to fast-logger-3.1.1

3.1.1
* More time-ordered logging functions
  [#199](https://github.com/kazu-yamamoto/logger/pull/199

3.1.0
* Having a single Buffer in LoggerSet for locking
  [#197](https://github.com/kazu-yamamoto/logger/pull/197. This would have
  performance penalty. So, the major version bumps up. If you see
  performance regression, please register an issue on github.
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC