| [ 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: | 168 lines (5 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
LoggerLevelRangeFilter:: (7 methods):
getAcceptOnMatch()
setAcceptOnMatch()
getLevelMin()
setLevelMin()
getLevelMax()
setLevelMax()
decide()
Class: LoggerLevelRangeFilter - X-Ref
This is a very simple filter based on level matching, which can be| getAcceptOnMatch() X-Ref |
return: boolean |
| setAcceptOnMatch($acceptOnMatch) X-Ref |
param: boolean $acceptOnMatch |
| getLevelMin() X-Ref |
return: LoggerLevel |
| setLevelMin($l) X-Ref |
param: string $l the level min to match |
| getLevelMax() X-Ref |
return: LoggerLevel |
| setLevelMax($l) X-Ref |
param: string $l the level max to match |
| decide($event) X-Ref |
| Return the decision of this filter. param: LoggerLoggingEvent $event return: integer |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |