NAME
Bot::Net::Object - facilties common to many Bot::Net objects
SYNOPSIS
my $log = $self->log;
DESCRIPTION
This provides a set of common facilities to all Bot::Net components.
METHODS
log
Returns a logger appropriate for the current component. This is the preferred way to retrieve a logger for logging.
AUTHORS
Andrew Sterling Hanenkamp <hanenkamp@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2007 Boomer Consulting, Inc. All Rights Reserved.
This program is free software and may be modified and distributed under the same terms as Perl itself.