public static List <Log> Listar(Log log) { try { return(LogDAL.Listar(log)); }catch (Exception ex) { throw ex; } }