![]() |
class that describes a log event More...
#include <arcslog.h>
Public Types | |
enum | Level { NONE, INFORMATION, WARNING, ERROR, CRITICAL } |
Level of logging. More... | |
Public Member Functions | |
ARCSLogEvent (QString src=QString::null, Level lvl=NONE, QString msg=QString::null) | |
Constructor of the event. More... | |
QString | getSource () const |
returns the source of the event | |
Level | getLevel () const |
returns the criticality level of the event | |
QString | getMessage () const |
returns the message associated to the event | |
ARCSLogEvent::ARCSLogEvent | ( | QString | src = QString::null , |
Level | lvl = NONE , |
||
QString | msg = QString::null |
||
) |
Constructor of the event.
src | source of the event |
lvl | level of the event |
msg | message carried out by the event |
Definition at line 32 of file arcslog.cpp.