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