* @package generis */ interface common_log_SeverityLevel { // --- OPERATIONS --- /** * Short description of method getSeverity * * @access public * @author Joel Bout, * @return int */ public function getSeverity(); } /* end of interface common_log_SeverityLevel */