gobj_set_gclass_no_trace()
#
Sets or resets the no-trace level for a given hgclass
.
Prototype
int gobj_set_gclass_no_trace(
hgclass gclass,
const char *level,
BOOL set
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The |
|
|
The trace level to set or reset. If empty, all levels are affected. |
|
|
If |
Return Value
Returns 0
on success, or -1
if the specified trace level is not found.
Notes
If level
is empty, all trace levels are affected. If gclass
is NULL
, an error is logged.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples