MediaSearch_Log
[ class tree: MediaSearch_Log ] [ index: MediaSearch_Log ] [ all elements ]

Source for file Interface.php

Documentation is available at Interface.php

  1. <?php
  2. /**
  3.  * MediaSearch
  4.  *
  5.  * LICENSE
  6.  *
  7.  * "THE BEER-WARE LICENSE" (Revision 42):
  8.  * "Sven Strittmatter" <ausserirdisch@sven-space.de> wrote this file.
  9.  * As long as you retain this notice you can do whatever you want with
  10.  * this stuff. If we meet some day, and you think this stuff is worth it,
  11.  * you can buy me a beer in return.
  12.  *
  13.  * $Author$
  14.  * $Revision$
  15.  *
  16.  * @category    MediaSearch
  17.  * @package     MediaSearch_Log
  18.  * @copyright   Copyright (c) 2009 Sven Strittmatter
  19.  */
  20.  
  21. /**
  22.   * @todo Write apidoc.
  23.   *
  24.   * @category   MediaSearch
  25.   * @package    MediaSearch_Log
  26.   * @copyright  Copyright (c) 2009 Sven Strittmatter
  27.   */
  28.     public function setLevel($integer 0);
  29.     public function getLevel();
  30.     public function info($message);
  31.     public function trace($message$traceLevel 0);
  32.     public function debug($messagearray $variables null);
  33.     public function warn($message);
  34.     public function error($message);
  35.     public function fatal($message);
  36. }

Documentation generated on Mon, 17 Aug 2009 14:53:15 +0200 by phpDocumentor 1.4.2