This commit is contained in:
2021-02-23 11:12:11 +08:00
parent 7c5112d78a
commit 646a52f17e
+9
View File
@@ -119,6 +119,15 @@ class Logger extends Component
}
/**
* @param $message
*/
public function output($message)
{
echo $message;
}
/**
* @param string $application
* @return mixed