|
UserMsg Pile
version 0.0.1
UserMsg pile.
|
Log messages. More...
#include <logmsg.h>
Static Public Member Functions | |
| static void | err (const QString &s_message) |
| Show an error entry. | |
| static void | war (const QString &s_message) |
| Show a warning entry. | |
| static void | info (const QString &s_message) |
| Show an informative entry. | |
| static void | dbgErr (const QString &s_message) |
| Show an error entry. | |
| static void | dbgWar (const QString &s_message) |
| Show a warning entry. | |
| static void | dbgInfo (const QString &s_message) |
| Show an informative entry. | |
| static void | msg (UserMsgEntry::Type ty, const QString &s_message) |
| Show an entry. More... | |
Log messages.
|
static |
Show an entry.
The function simply creates an instance, adds the message and logs it.