The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Convos::Archive - Convos message archiver

DESCRIPTION

Convos::Archive is used to archive messages, making them accessible from a storage on disk instead of in memory.

METHODS

flush

  $self = $self->flush($conn);

Will flush all messages for a connection.

save

  $self = $self->save($connection, $data);

Write a log $message from a $connection message.

  $self = $self->search(sub { my ($self, @messages) = @_; });

Used to retrieve a list of messages with the same format as "save" would take as input.

COPYRIGHT

See Convos.

AUTHOR

Jan Henning Thorsen - jhthorsen@cpan.org

Marcus Ramberg - marcus@nordaaker.com