liblog-fast-perl

fast and flexible logger

Description

Log::Fast is very fast logger, designed for use in applications with thousands high-level events/operations per second (like network servers with thousands clients or web spiders which download hundreds url per second).

For example, on Core2Duo sending about 5000 messages to log on enabled log levels or 20000 messages on disabled log levels in one second will slow down your application only by 2-3%.

Comparing to some other CPAN modules, this one (in average): faster than Log::Dispatch in about 45 times, faster than Log::Handler in about 15 times, faster than Sys::Syslog in about 7 times, and slower than Log::Syslog::Fast in about 2 times.

Features:

 * Global and local logger objects
 * Output to any open filehandle or local syslog
 * 5 log levels: ERR, WARN, NOTICE, INFO, DEBUG
 * Configurable prefix (log level, date/time, caller function name)
 * sprintf() support
 * Unicode support (UTF8)
 * Can avoid calculating log message content on disabled log levels

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Log-Fast


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install liblog-fast-perl