|
GnuCash
5.6-150-g038405b370+
|
messages for later display to the user. More...
Public Member Functions | |
| void | info (const char *message) |
| void | warn (const char *message) |
| void | error (const char *message) |
| void | clear () |
| bool | has_errors () |
| bool | has_warnings () |
| void | write_log (std::stringstream &stream, LogMsgType type) |
| void | infos (std::stringstream &stream) |
| void | warnings (std::stringstream &stream) |
| void | errors (std::stringstream &stream) |
| std::string | report () |
| Compose all of the logged messages into a bullet list, errors first, then warnings, infos last. More... | |
messages for later display to the user.
Proveds 3 categories: error, warning, and info.
Functions are simple accessors and setters unless noted.
Definition at line 449 of file assistant-stock-transaction.cpp.
| std::string Logger::report | ( | ) |
Compose all of the logged messages into a bullet list, errors first, then warnings, infos last.
Definition at line 498 of file assistant-stock-transaction.cpp.
1.8.14