| Egg-Release documentation | view source | Contained in the Egg-Release distribution. |
Egg::Log::STDERR - Log message is output to STDERR.
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;
Constructor.
MESSAGE_STR is output putting up ERROR to the head.
MESSAGE_STR is output putting up DEBUG to the head.
MESSAGE_STR is output putting up INFO to the head.
MESSAGE_STR is output putting up NOTES to the head.
Masatoshi Mizuno <lushe&64;cpan.org>
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.
| Egg-Release documentation | view source | Contained in the Egg-Release distribution. |