gobj_trace_no_level()#
Retrieves the trace level mask that is explicitly disabled for the given hgobj.
Prototype
PUBLIC uint32_t gobj_trace_no_level(
hgobj gobj
);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The |
Return Value
Returns a 32-bit mask representing the disabled trace levels for the given hgobj.
Notes
The function combines the global disabled trace levels with those specific to the hgobj and its gclass.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples