/**
  * Enables full file paths used in trace info lines.
  *
  */
 public static function enableFullPath()
 {
     self::$_fullPathEnabled = true;
 }