err_msg.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00023 #ifndef _ERR_MSG_H_
00024 #define _ERR_MSG_H_
00025
00026 enum {
00027 VERB_QUIET,
00028 VERB_ERR,
00029 VERB_WARN,
00030 VERB_INFO
00031 };
00032
00033 #ifdef __cplusplus
00034 extern "C" {
00035 #endif
00036
00037 void set_verbosity(int value);
00038 void set_log_verbosity(int value);
00039
00040 void set_log_filename(const char *fname);
00041
00042 void error(const char *str, ...);
00043 void warning(const char *str, ...);
00044 void info(const char *str, ...);
00045
00046 #ifdef __cplusplus
00047 }
00048 #endif
00049
00050 #endif
Generated on Thu Sep 9 00:52:33 2004 for MUD by
1.3.8