standalone_error_handlers.cpp
Go to the documentation of this file.
29 static error local("A problem has been raised by one of the utility codes.","utils_error", utils); 36 static warning local("A problem has been raised by one of the utility codes.","utils_warning", utils); 43 static error local("A problem has been raised by the backend system.","backend_error", backends); 50 static warning local("A problem has been raised by the backend system.","backend_warning", backends); 64 static warning local("A problem has occurred in the logging utilities.","logging_warning", logs); 71 static error local("A problem has been encountered in the model subsystem.","model_error", models); 78 static warning local("A problem has been encountered in the model subsystem.","model_warning", models); 95 static error local("A problem has occurred in the printer utilities.","printer_error", printers); 102 static warning local("A problem has occurred in the printer utilities.","printer_warning", printers); 114 static error local("A problem has been encountered in the iniFile reader subsystem.","inifile_error", inifile); 121 static warning local("A problem has been encountered in the iniFile reader subsystem.","inifile_warning", inifile); Definition: log_tags.hpp:55 Definition: log_tags.hpp:54 Headeer for logging classes. EXPORT_SYMBOLS warning & utils_warning() Utility warnings. Definition: standalone_error_handlers.cpp:34 Definition: log_tags.hpp:48 Definition: log_tags.hpp:53 Definition: log_tags.hpp:52 EXPORT_SYMBOLS warning & printer_warning() Printer warnings. Definition: standalone_error_handlers.cpp:100 Exception objects required for standalone compilation. invalid_point_exception & invalid_point() Invalid point exceptions. Definition: standalone_error_handlers.cpp:83 Definition: log_tags.hpp:49 |