public function __construct($name_, $file_, $level_ = null)
 {
     parent::__construct($name_, $level_);
     $this->m_file = $file_;
 }
 public function __construct($name_, $level_ = null)
 {
     parent::__construct($name_, $level_);
     $this->options = LOG_CONS | LOG_PID;
     $this->pattern = self::PATTERN_SYSLOG_DEFAULT;
 }
 public function __construct($name_ = 'null', $level_ = null)
 {
     parent::__construct($name_, $level_);
 }