NAME
Daje::Sentinel::Api
DESCRIPTION
Capture message and insert it into the collection my $oid = $self->capture_message($source, $method, $message) $source, $method are used for filtering and message is the actual error $oid is the returned _id from MungoDB
REQUIRES
Daje::Utils::Factory::Collection
METHODS
capture_message
my
$oid
= capture_message(
$source
,
$method
,
$message
);
has 'mango'; Capture message and insert it into the collection my $oid = $self->capture_message($source, $method, $message) $source, $method are used for filtering and message is the actual error $oid is the returned _id from MungoDB