Help for this page

Select Code to Download


  1. or download this
    log4perl.rootLogger
    log4perl.logger
    log4perl.category
    
  2. or download this
    'log4perl.rootLogger' => 'DEBUG, Screen,AppLog',
    'log4perl.rootLogger.ERRORS'  => 'ERROR, errorsAppender'
    
  3. or download this
    'log4perl.rootLogger' => 'DEBUG, Screen,AppLog,errors',
          'log4perl.filter.MatchErr'   =>   'Log::Log4perl::Filter::LevelM
    +atch',
    ...
          'log4perl.filter.MatchErr.AcceptOnMatch' => 'true',
    
          'log4perl.appender.errors.Filter'   => 'MatchErr',