aboutsummaryrefslogtreecommitdiff
path: root/devel/log4sh
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.2.7Jean-Yves Lefort2005-09-072-5/+5
| | | | | | | | PR: ports/85844 Submitted by: maintainer Notes: svn path=/head/; revision=142182
* Fix typo in pkg-descrHerve Quiroz2005-02-251-1/+1
| | | | Notes: svn path=/head/; revision=129709
* Add a mirrorHerve Quiroz2005-02-241-1/+2
| | | | | | | | Submitted by: maintainer Reported by: kris via pointyhat Notes: svn path=/head/; revision=129707
* Log4sh is a logging framework for shell scripts that works similar toHerve Quiroz2005-02-023-0/+39
the other wonderful logging products available from the Apache Software Foundataion (eg. log4j, log4perl). Although not as powerful as the others, it can make the task of adding advanced logging to shell scripts easier. It has much more power than just using simple "echo" commands throughout. In addition, it can be configured from a properties file so that scripts in a production environment do not need to be altered to change the amount of logging they produce. WWW: http://forestent.com/products/log4sh/ PR: 76982 Submitted by: David Thiel <lx@redundancy.redundancy.org> Notes: svn path=/head/; revision=127880