DebugLogger::DHtml - logging debug information to dynamic html element
use DebugLogger::DHtml;
my $logger = DebugLogger::DHtml->new;
...
$logger->monitor("Podius::Persistence::ComponentCache")->start;
...
$logger->stop;
...
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.
the Debug manpage, the DebugLogger manpage, the DebugLogger::Stdout manpage, the DebugLogger::PackageGroups manpage.