[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
log4php is a PHP port of the log4j java logging package. <p>This framework is based on log4j (see {@link http://jakarta.apache.org/log4j log4j} for details).</p> <p>Design, strategies and part of the methods documentation are developed by log4j team (Ceki G�lc� as log4j project founder and {@link http://jakarta.apache.org/log4j/docs/contributors.html contributors}).</p>
File Size: | 119 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
LoggerLevelMatchFilter:: (5 methods):
getAcceptOnMatch()
setAcceptOnMatch()
getLevelToMatch()
setLevelToMatch()
decide()
Class: LoggerLevelMatchFilter - X-Ref
This is a very simple filter based on level matching.getAcceptOnMatch() X-Ref |
return: boolean |
setAcceptOnMatch($acceptOnMatch) X-Ref |
param: boolean $acceptOnMatch |
getLevelToMatch() X-Ref |
return: LoggerLevel |
setLevelToMatch($l) X-Ref |
param: string $l the level to match |
decide($event) X-Ref |
Return the decision of this filter. Returns {@link LOG4PHP_LOGGER_FILTER_NEUTRAL} if the <b><var>LevelToMatch</var></b> option is not set or if there is not match. Otherwise, if there is a match, then the returned decision is {@link LOG4PHP_LOGGER_FILTER_ACCEPT} if the <b><var>AcceptOnMatch</var></b> property is set to <i>true</i>. The returned decision is {@link LOG4PHP_LOGGER_FILTER_DENY} if the <b><var>AcceptOnMatch</var></b> property is set to <i>false</i>. param: LoggerLoggingEvent $event return: integer |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |