Log-Dispatch-TextTable
view release on metacpan or search on metacpan
lib/Log/Dispatch/TextTable.pm view on Meta::CPAN
my $table = Text::Table->new(@header);
my $self = {
columns => \@columns,
table => $table,
send_to => $arg{send_to},
flush_if => $arg{flush_if},
};
bless $self => $class;
# this is our duty as a well-behaved Log::Dispatch plugin
$self->_basic_init(%arg);
return $self;
}
#pod =method log_message
#pod
#pod This is the method which performs the actual logging, as detailed by
( run in 0.350 second using v1.01-cache-2.11-cpan-65fba6d93b7 )