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


Egg-Release documentation  | view source Contained in the Egg-Release distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

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

AUTHOR

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


Egg-Release documentation  | view source Contained in the Egg-Release distribution.