function getLoggingLevel() { 
		return isSet($this->loggingLevel) ? $this->loggingLevel : $this->reportingLevel;
	}