CMPI 2.1.0 API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Enumerations
CMPISeverity (Severity Codes) (Subclause 5.10)

Enumerations

enum  CMPISeverity { CMPI_SEV_ERROR = 1, CMPI_SEV_INFO = 2, CMPI_SEV_WARNING = 3, CMPI_DEV_DEBUG = 4 }
 An enumeration type that defines severity levels for logging functions. More...
 

Detailed Description

Enumeration Type Documentation

An enumeration type that defines severity levels for logging functions.

Enumerator
CMPI_SEV_ERROR 

Error

CMPI_SEV_INFO 

General info

CMPI_SEV_WARNING 

Warning message

CMPI_DEV_DEBUG 

Debug message