dfaf160d47
* Added a new 'null' log handler. * Added a flush() method to the public Log API. * Added a new handler that logs using the Sqlite extension. * The open(), close() and log() methods now consistently return success or failure. * If an object or array is passed as a log event, its human-readable representation will be used. * It's now possible to specify the default priority for events logged using the log() method.
11 lines
325 B
Makefile
11 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/04/02 22:00:50 jdolecek Exp $
|
|
|
|
DISTNAME= Log-1.8.4
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.csh.rit.edu/~jon/projects/pear_log/
|
|
COMMENT= PHP Log framework provides an abstracted logging system
|
|
|
|
.include "../../www/php4/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|