globus_print.h

Go to the documentation of this file.
00001 /*
00002  * Copyright 1999-2006 University of Chicago
00003  * 
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  * 
00008  * http://www.apache.org/licenses/LICENSE-2.0
00009  * 
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00022 #if !defined(GLOBUS_PRINT_H)
00023 #define GLOBUS_PRINT_H 1
00024 
00025 #include "globus_common_include.h"
00026 #include "globus_module.h"
00027 
00028 #ifdef __cplusplus
00029 extern "C" {
00030 #endif
00031 
00034 extern void globus_fatal(char *msg, ...);
00037 extern void globus_silent_fatal(void);
00040 extern void globus_error(char *msg, ...);
00043 extern void globus_warning(char *msg, ...);
00046 extern void globus_notice(char *msg, ...);
00049 extern void globus_perror(char *msg, ...);
00052 extern void globus_fatal_perror(char *msg, ...);
00055 extern char *globus_assert_sprintf(char *msg, ...);
00058 extern char *globus_get_unique_session_string(void);
00059 
00060 void
00061 globus_panic(
00062     globus_module_descriptor_t *        module,
00063     globus_result_t                     result,
00064     const char *                        message,
00065     ...);
00066     
00067 
00068 #ifdef __cplusplus
00069 }
00070 #endif
00071 
00072 #endif /* GLOBUS_PRINT_H */

Generated on 20 Jun 2015 for globus_common by  doxygen 1.4.7