PHP Logging Class 1.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News PHP Logging Class 1.2 (Default branch)
# 1  
Old 03-24-2008
PHP Logging Class 1.2 (Default branch)

ImagePHP Logging Class can be used to log activity to adatabase. It can add activity entries to a logdatabase table. It logs the activity prioritylevel and class, the remote user identifier (iflogged), and its computer IP address. Optionally,it can send email about the activities beinglogged to a given email address. It can alsodisplay log entries as an HTML table.License: GNU General Public License (GPL)Changes:
A few enhancements were made in the configurationscript, so now it is easier to configure andinstall. The documentation was improved, includinga readme.txt file and online tutorials.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
MHEARDD(8)						     Linux Programmer's Manual							MHEARDD(8)

NAME
mheardd - collect information about packet activity SYNOPSIS
mheardd [-f] [-l] [-n number] [-p [!]port1[,port2,..]] [-v] DESCRIPTION
Mheardd is a daemon that collects the statistics about the activity on all the AX.25 channels that are configured. The list generated is available for viewing by the mheard(1) program. The information collected is a superset of the information normally collected by similar mheard programs and this is reflected in the options available for the viewing program. Logging to the system log file may be enabled which will enable monitoring of pathalogical conditions, for example invalid frame types and invalid/unknown protocol IDs. OPTIONS
-f Deletes the existing mheard logging file at program startup, this is not the default. -l Enables logging to the system log file. The default is off. -n number Sets the number of entries in the activity list file, the default is 100. The minimum value allowed is 10 and the maximum is 1000. -p [!]port1[,port2,..] With -p, you instruct mheardd to only listen on specified ax25 ports. You may give more ports, seperated by ','. If you intro- duce the port(s) by a leading '!', then mheardd will listen on all ports except those you specified. -v Display the version. FILES
/var/ax25/mheard/mheard.dat /etc/ax25/axports SEE ALSO
mheard(1), ax25(4). AUTHOR
Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk> Linux 27 August 1996 MHEARDD(8)