UnCoVer (Using Coverability for Verification)
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | Private Attributes | List of all members
DelayedLogMessage Class Reference

This class stores a log message and sends it at the end of the scope in which it was defined. More...

#include <DelayedLogMessage.h>

Collaboration diagram for DelayedLogMessage:
Collaboration graph
[legend]

Public Member Functions

 DelayedLogMessage (LogTypes logType, string message)
 Creates a new DelayedLogMessage of the given type and with the given content. More...
 
 ~DelayedLogMessage ()
 Destroys this DelayedLogMessage, immediately printing its stored message.
 

Private Attributes

LogTypes logType
 Stores the log type of this DelayedLogMessage.
 
string message
 Stores the content of this DelayedLogMessage.
 

Detailed Description

This class stores a log message and sends it at the end of the scope in which it was defined.

Author
Jan Stückrath

Constructor & Destructor Documentation

DelayedLogMessage ( LogTypes  logType,
string  message 
)

Creates a new DelayedLogMessage of the given type and with the given content.

Parameters
logTypethe type of log message
messagethe content of the message

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