Ejemplo n.º 1
0
 /**
  * Set a text that will be put in front of all log messages
  *
  * @param   string  $prefix The text that shall be put in front of log messages
  */
 public static function setLogPrefix($prefix = '')
 {
     self::$logPrefix = $prefix;
 }