On Mon, 17 Jan 2005 16:26:53 -0600, Jason A. Crome <[EMAIL PROTECTED]> wrote:
> I'm using Log::Dispatch::Buffer to catch everything that happens over
> the course of one request for the app.  At the end, I'd love to dump the
> contents of that to a popup, but I can't seem to extract that object and
> call the proper method.  Something like:
> 
> my $output = $self->log("debug")->fetch;

my $output = $self->log->output("debug")->fetch;

It is not very well documented in the Log::Dispatch pod, but I think
that will work.

Cheers,

Cees

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to