35 void display(
const string& msg,
const string& prepend =
"");
void displayInternalError(const string &errorMsg)
Display msg to standard in a way that indicates that it is an internal error.
void displayError(const string &msg)
Display msg to standard error in a way that indicates that it is an error.
void display(const string &msg, const string &prepend="")
Display msg to standard error with automatic line breaking.
void displayNote(const string &msg)
Display msg to standard error in a way that indicates that this is something that the user should tak...
void displayException(const std::exception &exception)
Display the message of exception.