The Log framework provides an abstracted logging system. It supports logging
to console, file, syslog, SQL, mail, and mcal targets. It also provides a subject - observer mechanism.
This commit is contained in:
parent
0005481184
commit
449401e090
4 changed files with 36 additions and 0 deletions
3
pear-Log/DESCR
Normal file
3
pear-Log/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
The Log framework provides an abstracted logging system. It supports logging
|
||||
to console, file, syslog, SQL, mail, and mcal targets. It also provides a
|
||||
subject - observer mechanism.
|
15
pear-Log/Makefile
Normal file
15
pear-Log/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/09/01 12:52:06 adrian_p Exp $
|
||||
|
||||
DISTNAME= Log-1.7.0
|
||||
PKGNAME= pear-${DISTNAME}
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_PAIR_PACKAGE}
|
||||
|
||||
MAINTAINER= adrianp@stindustries.net
|
||||
HOMEPAGE= http://www.csh.rit.edu/~jon/projects/pear_log/
|
||||
COMMENT= The Log framework provides an abstracted logging system
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
|
||||
.include "../../wip/php4/package.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
14
pear-Log/PLIST
Normal file
14
pear-Log/PLIST
Normal file
|
@ -0,0 +1,14 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/01 12:52:06 adrian_p Exp $
|
||||
lib/php/.registry/log.reg
|
||||
lib/php/Log.php
|
||||
lib/php/Log/composite.php
|
||||
lib/php/Log/console.php
|
||||
lib/php/Log/error_log.php
|
||||
lib/php/Log/file.php
|
||||
lib/php/Log/mail.php
|
||||
lib/php/Log/mcal.php
|
||||
lib/php/Log/observer.php
|
||||
lib/php/Log/sql.php
|
||||
lib/php/Log/syslog.php
|
||||
lib/php/Log/win.php
|
||||
@dirrm lib/php/Log
|
4
pear-Log/distinfo
Normal file
4
pear-Log/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/09/01 12:52:06 adrian_p Exp $
|
||||
|
||||
SHA1 (Log-1.7.0.tgz) = 012b23b013a435cd6581161a30f46178e32841bd
|
||||
Size (Log-1.7.0.tgz) = 14384 bytes
|
Loading…
Reference in a new issue