Log::Agent::Tag::Callback

Log::Agent::Tag::Callback is a dynamic tag string.
Download

Log::Agent::Tag::Callback Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Raphael Manfredi
  • Publisher web site:
  • http://search.cpan.org/~mrogaski/Log-Agent-0.307/Agent/Tag/Callback.pm

Log::Agent::Tag::Callback Tags


Log::Agent::Tag::Callback Description

Log::Agent::Tag::Callback is a dynamic tag string. Log::Agent::Tag::Callback is a dynamic tag string.SYNOPSIS require Log::Agent::Tag::Callback; # Inherits from Log::Agent::Tag. my $tag = Log::Agent::Tag::Callback->make( -name => "session id", -callback => Callback->new($obj, 'method', @args), -postfix => 1, -separator => " -- ", );This class represents a dynamic tag string, whose value is determined by invoking a pre-determined callback, which is described by a Callback object.You need to make your application depend on the Callback module from CPAN if you make use of this tagging feature, since Log::Agent does not depend on it, on purpose (it does not really use it, it only offers an interface to plug it in). At least version 1.02 must be used. Requirements: · Perl


Log::Agent::Tag::Callback Related Software