From 646a52f17ed4497158913f474836a992bbf4f141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 23 Feb 2021 11:12:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Error/Logger.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/System/Error/Logger.php b/System/Error/Logger.php index 56942c5f..1f7ac8f3 100644 --- a/System/Error/Logger.php +++ b/System/Error/Logger.php @@ -119,6 +119,15 @@ class Logger extends Component } + /** + * @param $message + */ + public function output($message) + { + echo $message; + } + + /** * @param string $application * @return mixed