Search results for "module:Log::Common"

Log::Common - log messages in the httpd access and error log styles River stage zero No dependents

This class defines two methods which may be used to write messages to *httpd* common log file style access and error log files, such as those maintained by the Apache and NCSA WWW servers. The log file is locked whilst being written to avoid corrupti...

MHAMILTON/Log-Common-1.00 - 16 Oct 1998 17:40:16 UTC

EAI::Common - Common parts for the EAI::Wrap package River stage zero No dependents

EAI::Common contains common used functions for EAI::Wrap. This is for reading config files, setting up the config hierarchy, including commandline options, setting up logging, including callbacks for the log.config, setting the error subject for erro...

RKAPL/EAI-Wrap-0.9 - 26 Sep 2023 21:54:19 UTC

Regexp::Log::Common - A regular expression parser for the Common Log Format River stage zero No dependents

Regexp::Log::Common uses Regexp::Log as a base class, to generate regular expressions for performing the usual data munging tasks on log files that cannot be simply split(). This specific module enables the computation of regular expressions for pars...

BARBIE/Regexp-Log-Common-0.10 - 15 Oct 2014 02:05:07 UTC

lib/Log/Fu/Common.pm River stage one • 2 direct dependents • 5 total dependents

MNUNBERG/Log-Fu-0.31 - 23 Oct 2013 02:13:53 UTC

VBTK::Log - Monitoring of sequential ASCII text logs River stage zero No dependents

This perl library is a front-end to the VBTK::Wrapper class. It supports the same public methods as the VBTK::Wrapper class, but with common defaults to simplify the monitoring of a log file....

BSHENRY/VBTK-0.20 - 22 Oct 2003 04:10:29 UTC

Poet::Log - Poet logging River stage one • 2 direct dependents • 2 total dependents

Poet uses Log::Any and Log::Log4perl for logging, with simplified configuration for the common case. Log::Any is a logging abstraction that allows CPAN modules to log without knowing about which logging framework is in use. It supports standard loggi...

JSWARTZ/Poet-0.16 - 08 Jan 2015 06:48:58 UTC

Mojar::Log - Simple logger River stage one • 5 direct dependents • 5 total dependents

Mojar::Log is a simple logger extending Mojo::Log. The additions are the ability to set defaults at 'use' time (via a mixin) and a more ISO-ish timestamp with support for customising that pattern. (Mojo::Log now let's you customise the format by pass...

NICZERO/Mojar-2.201 - 03 Jun 2017 22:37:59 UTC

Log::Agent - logging agent River stage one • 7 direct dependents • 7 total dependents

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

Audit::Log - auditd log parser with minimal dependencies, using no perl features past 5.12 River stage zero No dependents

TEODESIAN/Audit-Log-0.005 - 11 Jul 2023 19:40:42 UTC

Log::Defer - Deferred logs and timers River stage one • 2 direct dependents • 2 total dependents

I believe a lot of log processing is done too early. This module lets you defer log processing in two ways: Defer recording of log messages until some "transaction" has completed Typically this transaction is something like an HTTP request or a cron ...

FRACTAL/Log-Defer-0.312 - 07 Mar 2016 21:56:09 UTC

Log::Funlog - Log module with fun inside! River stage zero No dependents

This is a Perl module intended ton manage the logs you want to do from your Perl scripts. It should be easy to use, and provide all the fonctionalities you want. Just initialize the module, then use is as if it was an ordinary function! When you want...

KORSANI/Log-Funlog-0.90 - 27 Oct 2017 08:39:11 UTC

Log::Handler - Log messages to several outputs. River stage two • 29 direct dependents • 41 total dependents

The "Log::Handler" is a object oriented handler for logging, tracing and debugging. It is very easy to use and provides a simple interface for multiple output objects with lots of configuration parameters. You can easily filter the amount of logged i...

BLOONIX/Log-Handler-0.90 - 12 Jul 2020 13:43:09 UTC

Log::Channel - yet another logging package River stage zero No dependents

Allows for code to specify channels for delivery of logging messages, and for users of the code to control the delivery and formatting of the messages. Yes, this is yet another logging module. Some differences between Log::Channel and other logging p...

JMAY/Log-Channel-0.7 - 28 Mar 2005 06:13:02 UTC

Log::Scrubber - Perl extension to avoid logging sensitive data River stage one • 4 direct dependents • 4 total dependents

As required by the PCI Security Standards Council, some data is not acceptable to send to log files. Most notably CVV data. However it is simply a matter of time before a developer accidentally (or on purpose) logs sensitive data to the error_log, or...

OAXLIN/Log-Scrubber-0.17 - 29 Oct 2019 20:19:55 UTC

Log::AutoDump - Log with automatic dumping of references and objects. River stage one • 2 direct dependents • 2 total dependents

When logging in development, it is common to dump a reference or object. When working with logging systems that employ the idea of "log-levels", you can quickly end up with expensive code. For example... $log->warn( "Some object:", Dumper( $obj ), "D...

CAGAO/Log-AutoDump-0.23 - 24 Mar 2023 22:29:08 UTC

Log::Dispatch - Dispatches messages to one or more outputs River stage four • 134 direct dependents • 1049 total dependents

This module manages a set of Log::Dispatch::* output objects that can be logged to via a unified interface. The idea is that you create a Log::Dispatch object and then add various logging objects to it (such as a file logger or screen logger). Then y...

DROLSKY/Log-Dispatch-2.71 - 06 Apr 2023 03:52:59 UTC

AnyEvent::Log - simple logging "framework" River stage three • 409 direct dependents • 668 total dependents

This module implements a relatively simple "logging framework". It doesn't attempt to be "the" logging solution or even "a" logging solution for AnyEvent - AnyEvent simply creates logging messages internally, and this module more or less exposes the ...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

MooX::Log::Any - Role to add Log::Any River stage two • 9 direct dependents • 29 total dependents

A logging role building a very lightweight wrapper to Log::Any for use with your Moo or Moose classes. Connecting a Log::Any::Adapter should be performed prior to logging the first log message, otherwise nothing will happen, just like with Log::Any U...

CAZADOR/MooX-Log-Any-0.004004 - 20 Jan 2016 03:10:51 UTC

Log::LogMethods - Writes your logging code for you! River stage one • 4 direct dependents • 4 total dependents

This library provides a common logging interfcaes that expects: Log::Log4perl::Logger or something that extends those features....

AKALINUX/Log-LogMethods-1.008 - 25 Nov 2021 20:37:40 UTC

Log::Deep::Read - Read and prettily display log files generated by Log::Deep River stage one • 1 direct dependent • 1 total dependent

Provides the functionality to read and analyse log files written by Log::Deep...

IVANWILLS/Log-Deep-v0.3.5 - 27 Jul 2015 06:46:11 UTC
63 results (0.057 seconds)