/**
  * Set filename for debug output.
  * The default value for this variable is TMP_CACHE_LOCATION/cge_debug.log
  *
  * @param string $str The absolute path to the filename.
  */
 public static function set_filename($str)
 {
     self::$_filename = $str;
 }