The "Log::Agent" module provides an abstract layer for logging and tracing, which is independent from the actual method used to physically perform those activities. It acts as an agent (hence the name) that collects the requests and delegates process...
MROGASKI/Log-Agent-1.003 - 10 Nov 2017 05:05:23 UTC - Search in distribution- Log::Agent::Driver - ancestor class for all Log::Agent drivers
- Log::Agent::Driver::File - file logging driver for Log::Agent
- Log::Agent::Tag::Caller - formats caller information
- 3 more results from Log-Agent »
Tree::Ternary is a pure Perl implementation of ternary search trees as described by Jon Bentley and Robert Sedgewick. Ternary search trees are interesting data structures that provide a means of storing and accessing strings. They combine the time ef...
MROGASKI/Tree-Ternary-0.04 - 13 Aug 2013 07:46:03 UTC - Search in distributionThe "Log::Agent::Logger" class defines a generic interface for application logging. It must not be confused with the interface provided by Log::Agent, which is meant to be used by re-usable modules that do not wish to commit on a particular logging m...
MROGASKI/Log-Agent-Logger-0.200 - 01 Dec 2015 05:55:02 UTC - Search in distributionThe "Log::Agent::Rotate" class holds the parameters describing the logfile rotation policy, and is meant to be supplied to instances of "Log::Agent::Driver::File" via arguments in the creation routine, such as "-rotate", or by using array references ...
MROGASKI/Log-Agent-Rotate-1.200 - 01 Dec 2015 16:48:25 UTC - Search in distribution- Log::Agent::File::Rotate - a rotating logfile set
Thread barriers provide a mechanism for synchronization of multiple threads. All threads issuing a "wait" on the barrier will block until the count of waiting threads meets some threshold value. When the threshold is met, the threads will be released...
MROGASKI/Thread-Barrier-0.300 - 25 Mar 2007 08:26:31 UTC - Search in distribution