extended the LogStreamConfig class

This commit is contained in:
Michael Meckelein 2008-03-14 13:38:07 +01:00
parent d6a323cfab
commit e932d856eb

View File

@ -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);