liblogger is logging framework for C/C++. It supports logging to a file/network/console transparently. It provides several logging levels and is highly customizable. Visit http://liblogger.sourceforge.net for more details.
The Genalyze log analyzer, a simple yet highly extensible framework for parsing log files, was designed for parsing T-Server log files generated by Genesys contact center software platform, yet is generic and easy enough to adapt for other log formats.
LogPipe is a PHP module to extend the default PHP error handling function. This module allows to send logs to SysLog or pipe the logs to an external program. It extends a standard log line to contain: the IP address of the server under which the current script is executing ($_SERVER['SERVER_ADDR']
... [More] variable); the host name of the server under which the current script is executing ($_SERVER['HTTP_HOST'] variable); the client IP address ($_SERVER['REMOTE_ADDR'] variable). The IP address and host name on the log line can be used by an external program to split or aggregate PHP logs based on the Virtual host. This module has been designed mainly as a complement for the TCPWebLog project. [Less]
NOTE: Hslogger4j has been contributed to hslogger and is included in hslogger versions 1.0.6 and above. This stand-alone library is DEPRECATED.
Hslogger4j provides handlers for hslogger (John Goerzen's Haskell logging framework) that are compatible with log4j's XMLLayout. In particular log
... [More] messages created by the handlers can be published directly to the GUI-based log viewer Chainsaw v2.
For documentation: see the README.
For the latest release: download the tarball.
For current code:
git clone git://github.com/bjornbm/hslogger4j.git [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy