I am rewriting my Debian From Scratch (DFS/dfsbuild) system using Haskell. As part of this effort, I've been making improvements in MissingH, and have release 0.14.0.
API changes include: * Logger handlers now are passed the calling logger name. * When a new logger must be spontaneously created, it uses the closest ancestor logger for its default priority, rather than using a compile-time default. Other changes: * New function splitWs, to split a string along common whitespace characters. * New log handler verboseStreamHandler, which adds the logger name and log priority to the front of each log message. * Syslog handler now also adds name & priority to each message. As usual, you may download this from http://quux.org/devel/missingh/ -- John Goerzen Author, Foundations of Python Network Programming http://www.amazon.com/exec/obidos/tg/detail/-/1590593715 _______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell