vrq
Public Types | Static Public Member Functions | List of all members
Message Class Reference

Plugin's should need these. More...

#include <glue.h>

Public Types

enum  Action_t { eIGNORE, eERROR, eWARNING, eINFO }
 Message behaviors. More...
 

Static Public Member Functions

static MessageRegisterWarning (CBackend *tool, Action_t defaultAction, const char *abbrev, const char *format,...)
 Register a warning message. More...
 
static MessageRegisterError (CBackend *tool, const char *abbrev, const char *format,...)
 Register an error message. More...
 

Detailed Description

Plugin's should need these.

Class for standardizing error/warning/info messages.

Member Enumeration Documentation

◆ Action_t

Message behaviors.

Enumerator
eIGNORE 

ignore message, don't print or increment counts.

eERROR 

error message, print and increment error count

eWARNING 

warning message, print and increment warning count

eINFO 

informative message, print only


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