mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
extended the LogStreamConfig class
This commit is contained in:
parent
d6a323cfab
commit
e932d856eb
@ -23,6 +23,10 @@ if ( !defined('IN_PHPLOGCON') )
|
||||
|
||||
abstract class LogStreamConfig {
|
||||
protected $_logStreamConfigObj = null;
|
||||
protected $_logStreamId = -1;
|
||||
protected $_logStreamName = '';
|
||||
protected $_defaultFacility = '';
|
||||
protected $_defaultSeverity = '';
|
||||
|
||||
public abstract function LogStreamFactory($o);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user