in reply to Re^2: Log4Perl configuration problems
in thread Log4Perl configuration problems
Each appender can define a so-called appender threshold, a minimum level required for an oncoming message to be honored by the appender:Was that what you were looking for?If the level doesn't meet the appender's threshold, then it is simply ignored by this appender.$appender->threshold($ERROR);
|
|---|