PreviousNext

Logging Format

The following general display format is used by the logging facility:

identifier-name = {
{ type, syntax, value },
{ type, syntax, value },
.
.
.
}; /* identifier-name */

where:

type
Is the integer or symbolic constant for the specified type.

syntax
Is the integer or symbolic constant for the specified syntax. A +L is appended to the syntax label if the OM_S_LOCAL_STRING bit is set in the OM_syntax field.

value
Is one of the following:

· An integer (if syntax is OM_S_INTEGER or OM_S_ENUMERATION).

· OM_FALSE or OM_TRUE (if syntax is OM_S_BOOLEAN).

· Symbolic constant, dotted-decimal notation, or hexadecimal bytes (if syntax is OM_S_OBJECT_ID_STRING).

· Quoted-string (if syntax is any other type of string).

· Another object (if syntax is OM_S_OBJECT).

Note: The terminating NULL descriptor is expected but not displayed.