Egg::Log::STDERR - Log message is output to STDERR.


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

Index


NAME

Top

Egg::Log::STDERR - Log message is output to STDERR.

DESCRIPTION

Top

The log message is output to STDERR.

The object of this module can be acquired in the log method of the project object.

  my $log= $project->log;

METHODS

Top

new

Constructor.

error ([MESSAGE_STR])

MESSAGE_STR is output putting up ERROR to the head.

debug ([MESSAGE_STR])

MESSAGE_STR is output putting up DEBUG to the head.

info ([MESSAGE_STR])

MESSAGE_STR is output putting up INFO to the head.

notice ([MESSAGE_STR])

MESSAGE_STR is output putting up NOTES to the head.

SEE ALSO

Top

Egg::Release,

AUTHOR

Top

Masatoshi Mizuno <lushe&64;cpan.org>

COPYRIGHT AND LICENSE

Top


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