App-RoboBot
    
    
  
  
  
view release on metacpan or search on metacpan
lib/App/RoboBot/Plugin/Bot/Logging.pm view on Meta::CPAN
package App::RoboBot::Plugin::Bot::Logging;
$App::RoboBot::Plugin::Bot::Logging::VERSION = '4.004';
use v5.20;
use namespace::autoclean;
use Moose;
use MooseX::SetOnce;
use Number::Format;
use Term::ExtendedColor qw( fg bold );
extends 'App::RoboBot::Plugin';
=head1 bot.logging
Provides basic message logging and recall capabilities.
In addition to the exported functions, this module installs both pre and post
hooks into the message processing pipeline for the purposes of logging all
incoming and outgoing messages on all connected networks.
( run in 0.851 second using v1.01-cache-2.11-cpan-c333fce770f )