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
Tags: system, systemlogfilter,
system Articles