Innovation Award
 January 2006
Number 9 |
Syslog is an application available under Linux/Unix operation systems for logging different types of events that occur in the systems.
The syslog protocol is a standard that defines how to communicate with syslog server facilities. A syslog server may be running on the same machine or in different machines in the local network.
This class provides a client implementation of the syslog protocol. It simplifies the logging of events that occur on the PHP application level.
Manuel Lemos |
This class can be used to log data to a RFC 3164 compliant syslog facility server.
Syslog class is an implementation in PHP following the RFC 3164 rules. Using this class, it is possible to send syslog messages to external servers.
The class establishes an UDP connection to syslog facility server given its IP address. Then it can send log messages formatted according RFC 3164.
The class works in Windows, Linux and other Unix like systems.
It can can be use for example to log information, to synchronize some processes, or to launch external tasks.
| Not yet rated by the users |
| Link |
Description |
| Zmodules.net |
Extended CRM (CRM, file management, eShop, communication, FAQ, website) |
 If you know an application of this package, send a message to the author to add a link here.
| File |
Role |
Description |
syslog.php |
Class |
Syslog class |
|
|