capture_log_write()
#
Write a message to the capture log.
Prototype
PUBLIC int capture_log_write(
const char *message,
const char *log_level
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The message to write to the capture log. |
|
|
The log level of the message (e.g., |
Return Value
Returns 0
on success, or a negative value on failure.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples