Public Types | Public Member Functions | List of all members
ARCSLogEvent Class Reference

class that describes a log event More...

#include <arcslog.h>

Collaboration diagram for ARCSLogEvent:
Collaboration graph

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
 

Detailed Description

class that describes a log event

See also
ARCSLog
Author
Jean-Yves Didier
Date
February, the 14th, 2011

Definition at line 47 of file arcslog.h.

Constructor & Destructor Documentation

ARCSLogEvent::ARCSLogEvent ( QString  src = QString::null,
Level  lvl = NONE,
QString  msg = QString::null 
)

Constructor of the event.

Parameters
srcsource of the event
lvllevel of the event
msgmessage carried out by the event

Definition at line 32 of file arcslog.cpp.


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