Agent Logic


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News Agent Logic
# 1  
Old 12-03-2008
Agent Logic

Agent Logic provides award-winning Operational Intelligence (OI) with its user-driven Complex Event Processing (CEP) server RulePoint®. The company’s focus is on empowering the end user by providing simple and effective ways to obtain Operational Intelligence without involving IT personnel. The easy-to-use CEP software delivers OI solutions to commercial and U.S. national security initiatives in complex [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Agent::Tag::String(3pm) 				User Contributed Perl Documentation				   Agent::Tag::String(3pm)

NAME
Log::Agent::Tag::String - a constant tag string SYNOPSIS
require Log::Agent::Tag::String; # Inherits from Log::Agent::Tag. my $tag = Log::Agent::Tag::String->make( -name => "session id", -value => $session, -postfix => 1, -separator => " -- ", ); DESCRIPTION
This class represents a constant tag string. CREATION ROUTINE PARAMETERS
The following parameters are defined, in alphabetical order: "-name" => name The name of this tag. Currently unused. "-postfix" => flag Whether tag should be placed after or before the log message. By default, it is prepended to the log message, i.e. this parameter is false. "-separator" => string The separation string between the tag and the log message. A single space by default. "-value" => string The tag's value. AUTHOR
Raphael Manfredi <Raphael_Manfredi@pobox.com> SEE ALSO
Log::Agent::Tag(3), Log::Agent::Message(3). perl v5.10.0 2002-03-09 Agent::Tag::String(3pm)