Open CASCADE Technology 7.8.2.dev
Message_Level.hxx File Reference
#include <Message.hxx>
#include <Message_AlertExtended.hxx>
#include <Message_Gravity.hxx>
#include <Message_Messenger.hxx>
#include <Standard.hxx>

Data Structures

class  Message_Level
 This class is an instance of Sentry to create a level in a message report Constructor of the class add new (active) level in the report, destructor removes it While the level is active in the report, new alerts are added below the level root alert. More...
 

Macros

#define OCCT_ADD_MESSAGE_LEVEL_SENTRY(theMessage)
 

Macro Definition Documentation

◆ OCCT_ADD_MESSAGE_LEVEL_SENTRY

#define OCCT_ADD_MESSAGE_LEVEL_SENTRY ( theMessage)
Value:
Message_Level aLevel(theMessage);
This class is an instance of Sentry to create a level in a message report Constructor of the class ad...
Definition Message_Level.hxx:37