Subject: | $Log::Log4perl::LOGDIE_MESSAGE_ON_STDERR inconsistencies |
logcluck() ignores $Log::Log4perl::LOGDIE_MESSAGE_ON_STDERR but logcarp()
honers it. Both methods should behave the same, preferably by honering a
new $Log::Log4perl::LOGWARN_MESSAGE_ON_STDERR flag.
BTW: Is it on purpose or an oversight that all those methods do not
increase $Carp::CarpLevel by $Log::Log4perl::caller_depth?