Content-type: text/html Man page of GFAL_SET_VERBOSE

GFAL_SET_VERBOSE

Section: Library Functions (3)
Updated: $Date: 2008/12/18 13:19:12 $
Index Return to Main Contents

 

NAME

gfal_set_verbose - Set verbose level

 

SYNOPSIS

#include "gfal_api.h"

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:

0
Only critical errors are displayed on stderr.
1
Warnings are displayed on stderr as well as critical errors.
2
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),


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 14:16:32 GMT, July 14, 2009