remove stale $Id$
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Web.pm
index d2bd4ef..f99ae67 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: Web.pm,v 1.2 2006-09-26 11:25:07 mike Exp $
 
 package ZOOM::IRSpy::Web;
 
@@ -9,7 +8,8 @@ use warnings;
 use ZOOM::IRSpy;
 our @ISA = qw(ZOOM::IRSpy);
 
-use ZOOM::IRSpy::Record qw(xml_encode);
+use ZOOM::IRSpy::Utils qw(xml_encode);
+
 
 =head1 NAME
 
@@ -21,7 +21,8 @@ This behaves exactly the same as the base C<ZOOM::IRSpy> class except
 that the Clog()> method does not call YAZ log, but outputs
 HTML-formatted messages on standard output.  The additional function
 log_init_level() controls what log-levels are to be included in the
-output.
+output.  Note that this arrangement only allows IRSpy-specific logging
+to be generated, not underlying ZOOM logging.
 
 =cut