The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Egg::Util::Debug - Debug class for Egg.

DESCRIPTION

It is a class applied when the project operates by Debaccmord.

The following methods are set up by this module for debugging.

  • new

    Constructor of project.

  • bench

    Easy bench mark. When the module used is changed, EGG_BENCH_CLASS of the environment variable is set. Egg::Util::BenchMark is used in default.

  • debug_out

    Output of debugging message.

  • debug_screen

    Contents output when exception makes an error. When Egg::Util::DebugScreen loaded by default is changed, EGG_DEBUG_SCREEN_CLASS of the environment variable is set.

  • _start_engine

    Engine method for debugging.

SEE ALSO

Egg::Release, Egg::Util::BenchMark, Egg::Util::DebugScreen,

AUTHOR

Masatoshi Mizuno <lushe@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2008 Bee Flag, Corp. <http://egg.bomcity.com/>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.