vrq
Public Types | Static Public Member Functions

Message Class Reference

Plugin's should need these. More...

#include <glue.h>

List of all members.

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.
static MessageRegisterError (CBackend *tool, const char *abbrev, const char *format,...)
 Register an error message.

Detailed Description

Plugin's should need these.

Class for standardizing error/warning/info messages.


Member Enumeration Documentation

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: