gfal_set_verbose_python(3) - Linux man page

Name

gfal_set_verbose_python - Set verbose level

Synopsis

import gfal

int gfal_set_verboose (int value);

Description

gfal_set_verbose sets the level of verbosity. By default, it is set to -1, what means no error at all on stderr, but it isn't possible to set it to -1 yourself, only positive or null values are accepted.

Moreover, note that if you define errbuf for functions which supports it, then critical errors will be put in your buffer and not on stderr, whatever the verbose level is.

Here are the possible levels:

  1. Only critical errors are displayed on stderr.
  2. Warnings are displayed on stderr as well as critical errors.
  3. Debug information is displayed as well as warnings and critical errors.

Return Value

This routine returns 0 in case of success, or -1 in case of error.

See Also

gfal(3), gfal_request_new(3), gfal_internal_free(3), gfal_init(3), gfal_deletesurls(3), gfal_removedir(3), gfal_turlsfromsurls(3), gfal_ls(3), gfal_get(3), gfal_getstatus(3), gfal_prestage(3), gfal_prestagestatus(3), gfal_pin(3), gfal_release(3), gfal_abortrequest(3), gfal_abortfiles(3), gfal_set_xfer_done(3), gfal_set_xfer_running(3), gfal_get_ids(3), gfal_set_ids(3), gfal_get_results(3), gfal_access_python(3), gfal_chmod_python(3), gfal_close_python(3), gfal_closedir_python(3), gfal_creat_python(3), gfal_get_timeout_connect_python(3), gfal_get_timeout_sendreceive_python(3), gfal_get_timeout_bdii_python(3), gfal_get_timeout_srm_python(3), gfal_set_timeout_connect_python(3), gfal_set_timeout_sendreceive_python(3), gfal_set_timeout_bdii_python(3), gfal_set_timeout_srm_python(3), gfal_lseek_python(3), gfal_mkdir_python(3), gfal_open_python(3), gfal_opendir_python(3), gfal_read_python(3), gfal_rename_python(3), gfal_rmdir_python(3), gfal_stat_python(3), gfal_unlink_python(3), gfal_write_python(3), gfal_set_verbose_python(3), gfal_get_errno_python(3),

Referenced By

gfal_abortfiles_python(3), gfal_abortrequest_python(3), gfal_bringonline_python(3), gfal_deletesurls_python(3), gfal_get_ids_python(3), gfal_get_python(3), gfal_get_results_python(3), gfal_getstatus_python(3), gfal_init_python(3), gfal_internal_free_python(3), gfal_ls_python(3), gfal_pin_python(3), gfal_prestage_python(3), gfal_prestagestatus_python(3), gfal_python(3), gfal_release_python(3), gfal_set_xfer_running_python(3), gfal_turlsfromsurls_python(3)