write($content, 'error'); } // 写入文本信息日志 public function info($content) { return $this->write($content, 'info'); } }