NAME
Egg::Log::STDERR - Log message is output to STDERR.
DESCRIPTION
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
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
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.