function jsaGetLog($fecha)
{
    $xList = new cSQLListas();
    $sql = $xList->getListadoDeEventos("", "", SYS_LOG_NIVEL_DEV);
    $xT = new cTabla($sql);
    $xT->addTool(SYS_DOS);
    $xT->setKeyField("idgeneral_log");
    //Agregar el script delete
    return $xT->Show("TR.Log", true, "tablelog");
}