capture_log_write()

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

message

const char *

The message to write to the capture log.

log_level

const char *

The log level of the message (e.g., info, error).


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