Log::Agent - logging agent
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.005 - 12 Apr 2021 00:08:29 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 - Perl implementation of ternary search trees.
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 distribution
Log::Agent::Logger - a logging interface
The "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.201 - 12 Apr 2021 01:25:57 UTC - Search in distribution
Log::Agent::Rotate - parameters for logfile rotation
The "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.201 - 12 Apr 2021 01:05:14 UTC - Search in distribution- Log::Agent::File::Rotate - a rotating logfile set
Thread::Barrier - thread execution barrier
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