Add an extension hook for error reporting.
[platal.git] / classes / pllogger.php
index 77eb97f..1c2ca10 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /*
- * Copyright (C) 2003-2010 Polytechnique.org
+ * Copyright (C) 2003-2011 Polytechnique.org
  * http://opensource.polytechnique.org/
  *
  * This program is free software; you can redistribute it and/or modify
@@ -43,14 +43,6 @@ abstract class PlLogger
      */
     abstract public function isValid($uid);
 
-    /** Build a logger.
-     */
-    public static function get($uid, $suid = 0)
-    {
-        global $platal;
-        return $platal->buildLogger($uid, $suid);
-    }
-
     /** Return a dummy logger.
      */
     public static function dummy($uid, $suid = 0) {