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

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


Branch: CURRENT, Version: 3.2.5nb1, Package name: hs-fast-logger-3.2.5nb1, 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.448 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-30 17:03:45 by Masatake Daimon | Files touched by this commit (3) | Package updated
Log message:
sysutils/hs-fast-logger: update to fast-logger-3.2.5

## 3.2.5

* Giving names to threads.

## 3.2.4

* Avoid unnecessary copy for Text values with text-2.0
  [#219](https://github.com/kazu-yamamoto/logger/pull/219)

## 3.2.3

* Ensuring flush for single logger.
  [#214](https://github.com/kazu-yamamoto/logger/pull/214)
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-04-29 06:58:57 by Masatake Daimon | Files touched by this commit (1)
Log message:
sysutils/hs-fast-logger: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   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