The Robot Application Programming Interface Delegate Project
RAPID Logo

MessageLevel Class Reference

Importance level of the message. More...

Inheritance diagram for MessageLevel:
Collaboration diagram for MessageLevel:

List of all members.

Public Member Functions

int value ()
String toString (String desc, int indent)
 Print Method.

Static Public Member Functions

static MessageLevel valueOf (int ordinal)
static MessageLevel from_int (int __value)
static int[] getOrdinals ()
static MessageLevel create ()
 Create a default instance.

Static Public Attributes

static final MessageLevel MSG_DEBUG = new MessageLevel("MSG_DEBUG", 0)
static final int _MSG_DEBUG = 0
static final MessageLevel MSG_INFO = new MessageLevel("MSG_INFO", 1)
static final int _MSG_INFO = 1
static final MessageLevel MSG_ATTENTION = new MessageLevel("MSG_ATTENTION", 2)
static final int _MSG_ATTENTION = 2
static final MessageLevel MSG_WARN = new MessageLevel("MSG_WARN", 3)
static final int _MSG_WARN = 3
static final MessageLevel MSG_ERROR = new MessageLevel("MSG_ERROR", 4)
static final int _MSG_ERROR = 4
static final MessageLevel MSG_CRITICAL = new MessageLevel("MSG_CRITICAL", 5)
static final int _MSG_CRITICAL = 5

Detailed Description

  • MSG_DEBUG:
  • MSG_INFO:
  • MSG_ATTENTION: Important, but not in a bad way.
  • MSG_WARN: Something potentially bad happened.
  • MSG_ERROR: Something bad definitely happened.
  • MSG_CRITICAL: Something really bad happened.

Member Function Documentation

static MessageLevel create ( ) [static]

Here is the call graph for this function:

static MessageLevel from_int ( int  __value) [static]

Here is the call graph for this function:

static int [] getOrdinals ( ) [static]
String toString ( String  desc,
int  indent 
)
int value ( )
static MessageLevel valueOf ( int  ordinal) [static]

Member Data Documentation

final int _MSG_ATTENTION = 2 [static]
final int _MSG_CRITICAL = 5 [static]
final int _MSG_DEBUG = 0 [static]
final int _MSG_ERROR = 4 [static]
final int _MSG_INFO = 1 [static]
final int _MSG_WARN = 3 [static]
final MessageLevel MSG_ATTENTION = new MessageLevel("MSG_ATTENTION", 2) [static]
final MessageLevel MSG_CRITICAL = new MessageLevel("MSG_CRITICAL", 5) [static]
final MessageLevel MSG_DEBUG = new MessageLevel("MSG_DEBUG", 0) [static]
final MessageLevel MSG_ERROR = new MessageLevel("MSG_ERROR", 4) [static]
final MessageLevel MSG_INFO = new MessageLevel("MSG_INFO", 1) [static]
final MessageLevel MSG_WARN = new MessageLevel("MSG_WARN", 3) [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines