#include <msg.h>
Static Public Member Functions | |
void | error (int exit_status, const std::string &str) |
Shows a error and exit. | |
void | error (int exit_status, char *fmt,...) |
Shows a error and exit. | |
void | warning (const std::string &str) |
Shows a warning and continues. | |
void | warning (char *fmt,...) |
Shows a warning and continues. | |
void | info (const std::string &str) |
Shows a message and continues. | |
void | info (char *fmt,...) |
Shows a message and continues. |
|
Shows a error and exit. This function is usefull for using with gettext() and get more readable strings
|
|
Shows a error and exit.
|
|
Shows a message and continues. This function is usefull for using with gettext() and get more readable strings
|
|
Shows a message and continues.
|
|
Shows a warning and continues. This function is usefull for using with gettext() and get more readable strings
|
|
Shows a warning and continues.
|