gobj_trace_level()

gobj_trace_level()#

Returns the trace level bitmask for the given hgobj.

Prototype

PUBLIC uint32_t gobj_trace_level(
    hgobj gobj
);

Parameters

Key

Type

Description

gobj

hgobj

The hgobj instance whose trace level is to be retrieved.


Return Value

A 32-bit bitmask representing the trace levels enabled for the given hgobj.

Notes

If gobj is NULL, the function returns the global trace level bitmask.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples