load feed entry urls and extract linked URLs from there
[stapibas.git] / src / stapibas / Logger.php
index 9068609bb82c6146b85dd9085f88ea1438c91de1..407ebee1d7ee1e5d33bd8f03fd80146adfe78582 100644 (file)
@@ -3,6 +3,11 @@ namespace stapibas;
 
 class Logger
 {
+    public function err($msg)
+    {
+        $this->log($msg);
+    }
+
     public function info($msg)
     {
         $this->log($msg);