Provides controls for when a message should be logged based on the log level. Log levels are taken from systemLogLevel
$oFilter = new systemLogFilter(systemLogLevel::CRITICAL, systemLogLevel::DEBUG);
The filter is used with a systemLogWriter object.
public __construct([$inMinLogLevel = null], [$inMaxLogLevel = null])
Returns a new systemLogFilter
public getMinLogLevel()
Returns $_MinLogLevel
public setMinLogLevel($inMinLogLevel)
Sets $_MinLogLevel to $inMinLogLevel
public getMaxLogLevel()
Returns $_MaxLogLevel
public setMaxLogLevel($inMaxLogLevel)
Sets $_MaxLogLevel to $inMaxLogLevel
Posted by: Scorpio Documentor (Writer), in System on 19 Nov 2009 @ 20:31
Tags: system, systemlogfilter,
This
work is licenced under a
Creative Commons Licence.