|
Subject: ANN: MissingH 0.14.0 Newsgroups: gmane.comp.lang.haskell.general Date: 2006-04-06 07:53:22 GMT (3 years, 12 weeks, 6 days, 20 hours and 29 minutes ago) 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 |
|
|