X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FWeb.pm;h=f99ae6704a3924d3bb14f407d70ad0c10f48e83e;hb=4f36c963da80271ffea671999e41aaa04ea9a36f;hp=d347b4539e1b47938e333444730a0eb53c21a03c;hpb=0638e67b3dc9ba77cc1f9c759526c3e3e4a26c0d;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Web.pm b/lib/ZOOM/IRSpy/Web.pm index d347b45..f99ae67 100644 --- a/lib/ZOOM/IRSpy/Web.pm +++ b/lib/ZOOM/IRSpy/Web.pm @@ -1,4 +1,3 @@ -# $Id: Web.pm,v 1.3 2006-10-20 14:51:41 mike Exp $ package ZOOM::IRSpy::Web; @@ -6,9 +5,11 @@ use 5.008; use strict; use warnings; -use ZOOM::IRSpy qw(xml_encode); +use ZOOM::IRSpy; our @ISA = qw(ZOOM::IRSpy); +use ZOOM::IRSpy::Utils qw(xml_encode); + =head1 NAME @@ -20,7 +21,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