NAME

DebugLogger::DHtml - logging debug information to dynamic html element


SYNOPSIS

  use DebugLogger::DHtml;
  my $logger = DebugLogger::DHtml->new;
  ...
  $logger->monitor("Podius::Persistence::ComponentCache")->start;
  ...
  $logger->stop;
  ...


DESCRIPTION

This module is used to actually log the provided debug information to the window in dynamic html environment. See documentation of the inherited module the DebugLogger manpage.

The debug info is logged to a dynamic html element, created using Poogif::Desktop object.


SEE ALSO

the Debug manpage, the DebugLogger manpage, the DebugLogger::Stdout manpage, the DebugLogger::PackageGroups manpage.


REQUIREMENTS

the Poogif::Desktop manpage.