gobj_log_exist_handler()#
Checks if a log handler with the specified name exists in the system.
Prototype
PUBLIC BOOL gobj_log_exist_handler(
const char *handler_name
);
Parameters
Key |
Type |
Description |
|---|---|---|
|
|
The name of the log handler to check. |
Return Value
Returns TRUE if the log handler exists, otherwise returns FALSE.
Notes
If handler_name is empty or NULL, the function returns FALSE.
This function ensures that the logging system is initialized before performing the check.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples