X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FWeb.pm;h=7f7dd9de8766a354e00cd7f29937c03fd52468de;hb=83e42c009f2456be9bab5f096cf50e11e7e0cebf;hp=d2bd4efb207b5d1998a57fdd240d48f406c02576;hpb=bf0fa22851141f266687edc97855d77b154c814d;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Web.pm b/lib/ZOOM/IRSpy/Web.pm index d2bd4ef..7f7dd9d 100644 --- a/lib/ZOOM/IRSpy/Web.pm +++ b/lib/ZOOM/IRSpy/Web.pm @@ -1,4 +1,4 @@ -# $Id: Web.pm,v 1.2 2006-09-26 11:25:07 mike Exp $ +# $Id: Web.pm,v 1.5 2007-05-08 16:20:04 mike Exp $ package ZOOM::IRSpy::Web; @@ -9,7 +9,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 +22,8 @@ This behaves exactly the same as the base C 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