The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Log::Message"

Log::Message - A generic message storing mechanism; River stage three • 4 direct dependents • 742 total dependents

Log::Message is a generic message storage mechanism. It allows you to store messages on a stack -- either shared or private -- and assign meta-data to it. Some meta-data will automatically be added for you, like a timestamp and a stack trace, but som...

BINGOS/Log-Message-0.08 - 25 Apr 2013 22:23:39 UTC

Log::Message::Simple - Simplified interface to Log::Message River stage three • 3 direct dependents • 739 total dependents

This module provides standardized logging facilities using the "Log::Message" module....

BINGOS/Log-Message-Simple-0.10 - 23 Jan 2013 08:18:41 UTC

Log::Message::Item - Message objects for Log::Message River stage three • 4 direct dependents • 742 total dependents

Log::Message::Item is a class that generates generic Log items. These items are stored on a Log::Message stack, so see the Log::Message manpage about details how to retrieve them. You should probably not create new items by yourself, but use the stor...

BINGOS/Log-Message-0.08 - 25 Apr 2013 22:23:39 UTC

Log::Message::JSON - structured messages that stringify to JSON River stage zero No dependents

Good logging requires today a lot more than in Good Ol' Times[tm]. Each log entry should have a structure and be machine-parseable. On the other hand, there are lot of logging libraries that don't quite support structured logs and only process flat s...

DOZZIE/Log-Message-JSON-0.30.01 - 14 Apr 2014 10:58:41 UTC

Gaim::Log::Message - Represents a logged Gaim message River stage one • 1 direct dependent • 1 total dependent

Helper class to represent a gaim log message. The following accessors are available: from() User ID the message was sent from. to() User ID the message was sent to. date() Date in epoch seconds. content() Content of the message. Additional Methods $m...

MSCHILLI/Gaim-Log-Parser-0.14 - 13 Aug 2008 06:41:27 UTC

Log::Agent::Message - a log message River stage one • 7 direct dependents • 7 total dependents

The Log::Agent::Message class represents an original log message (a string) to which one may prepend or append other strings, but with the special property that prepended strings aggregate themselves in FIFO order, whilst appended strings aggregate t...

MROGASKI/Log-Agent-1.005 - 12 Apr 2021 00:08:29 UTC

Log::Message::Config - Configuration options for Log::Message River stage three • 4 direct dependents • 742 total dependents

Log::Message::Config provides a standardized config object for Log::Message objects. It can either read options as perl arguments, or as a config file. See the Log::Message manpage for more information about what arguments are valid, and see the Syno...

BINGOS/Log-Message-0.08 - 25 Apr 2013 22:23:39 UTC

Log::Message::Handlers - Message handlers for Log::Message River stage three • 4 direct dependents • 742 total dependents

Log::Message::Handlers provides handlers for Log::Message::Item objects. The handler corresponding to the level (see Log::Message::Item manpage for an explanation about levels) will be called automatically upon storing the error. Handlers may also ex...

BINGOS/Log-Message-0.08 - 25 Apr 2013 22:23:39 UTC

Log::Message::Structured - Simple structured log messages River stage one • 2 direct dependents • 2 total dependents

Logging lines to a file is a fairly useful and traditional way of recording what's going on in your application. However, if you have another use for the same sort of data (for example, sending to another process via a message queue, or storing in Ki...

DAMS/Log-Message-Structured-0.012 - 28 May 2013 14:20:08 UTC

Log::Message::JSON::Hash - Tie::IxHash(3) wrapper supporting storing cache River stage zero No dependents

This class is a proxy to Tie::IxHash(3). It's a valid class to tie hash to, and above this the class adds possibility of storing a cache. The cache is cleared on every destructive operation (storing an element, deleting an element and clearing whole ...

DOZZIE/Log-Message-JSON-0.30.01 - 14 Apr 2014 10:58:41 UTC

Log::Dispatch::Message::Passing - log events to Message::Passing River stage zero No dependents

This provides a Log::Dispatch log output system that sends logged events to Message::Passing. This allows you to use any of the Message::Passing outputs or filters to process log events and send them across the network, and you can use the toolkit to...

BOBTFISH/Log-Dispatch-Message-Passing-0.009 - 20 Jun 2013 21:18:49 UTC

Catalyst::Plugin::Log::Message - Alternative catalyst log module River stage zero No dependents

"Catalyst::Log::Message" is an alternative module providing extra logging possibilities for the developer. Extra options include the possibility to read the stack of errors from the current request in string or array form, retrieve the last error mat...

MICHIEL/Catalyst-Plugin-Log-Message-0.02 - 01 Sep 2006 11:05:23 UTC

lib/Log/Report/Message.pm River stage two • 36 direct dependents • 87 total dependents

MARKOV/Log-Report-1.36 - 27 Oct 2023 13:07:42 UTC

Message::Passing::Filter::Regexp::Log - Extension for Regexp::Log with Config::Tiny River stage zero No dependents

CHENRYN/Message-Passing-Filter-Regexp-0.05 - 12 Jul 2013 10:09:34 UTC

Log::Message::Structured::Component::Date River stage one • 2 direct dependents • 2 total dependents

Provides 'epochtime' and 'date' attributes to the consuming class ( that should also consume Log::Message::Structured)....

DAMS/Log-Message-Structured-0.012 - 28 May 2013 14:20:08 UTC

Log::Message::Structured::Event::ScriptRun River stage one • 2 direct dependents • 2 total dependents

Some Event....

DAMS/Log-Message-Structured-0.012 - 28 May 2013 14:20:08 UTC

Log::Message::Structured::Stringify::AsYAML - YAML log lines River stage one • 2 direct dependents • 2 total dependents

Augments the "as_string" method provided by Log::Message::Structured, by delegating to the "Dump" function from YAML::Any module, and thus returning a YAML string....

DAMS/Log-Message-Structured-0.012 - 28 May 2013 14:20:08 UTC

Log::Message::Structured::Stringify::AsJSON - JSON log lines River stage one • 2 direct dependents • 2 total dependents

Augments the "as_string" method provided by Log::Message::Structured as a, by delegateing to the "objToJson" from JSON::Any module, and thus returning a JSON string....

DAMS/Log-Message-Structured-0.012 - 28 May 2013 14:20:08 UTC

Log::Message::Structured::Stringify::Sprintf - Traditional style log lines River stage one • 2 direct dependents • 2 total dependents

Augments the "as_string" method provided by Log::Message::Structured as a parameterised Moose role....

DAMS/Log-Message-Structured-0.012 - 28 May 2013 14:20:08 UTC

Log::Message::Structured::Stringify::AsSereal River stage zero No dependents

Augments the "as_string" method provided by Log::Message::Structured, by delegating to the "encode" from Sereal::Encoder module, then encoding it using MIME::Base64. Thus, the return value is a base64 string of the Sereal encoded version of the hash ...

DAMS/Log-Message-Structured-Stringify-AsSereal-0.11 - 21 Sep 2013 18:25:30 UTC
465 results (0.078 seconds)