UserMsg Pile   version 0.0.1
UserMsg pile.
LogMsg Class Reference

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...
 

Detailed Description

Log messages.

Member Function Documentation

void LogMsg::msg ( UserMsgEntry::Type  ty,
const QString &  s_message 
)
static

Show an entry.

The function simply creates an instance, adds the message and logs it.


The documentation for this class was generated from the following files: