|
ppap4lmp
0.7.2
|
This file has definitions of messaging functions. More...
#include <alias/std.h>Go to the source code of this file.
Namespaces | |
| utils | |
| Namespace for utility functions. | |
Functions | |
| void | utils::_message (const Str &msg) |
| Print to standard output. More... | |
| void | utils::log (const Str &msg) |
| Logging a message. More... | |
| void | utils::warning (const Str &msg) |
| Waning with a message. More... | |
| void | utils::log_switch (bool input) |
| Switch on/off logging. More... | |