NAME
Watchdog::Base - Watchdog base class
SYNOPSIS
use Watchdog::Base;
DESCRIPTION
Watchdog::Base is the Watchdog base class.
CLASS METHODS
new($name,$host,$port)
Returns a new Watchdog::Base object. $name is a string which will identify the service to a human. $host is the name of the host providing the service (default is 'localhost'). $port is the port on which the service listens.
OBJECT METHODS
id()
Return a string describing the name of a service and the host (and optionally the port) on which it runs.
AUTHOR
Paul Sharpe <paul@miraclefish.com>
COPYRIGHT
Copyright (c) 1998 Paul Sharpe. England. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.