40e29c6329
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.
6 lines
298 B
Text
6 lines
298 B
Text
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.
|