Struct rcutils_log_location_s

Struct Documentation

struct rcutils_log_location_s

The structure identifying the caller location in the source code.

Public Members

const char *function_name

The name of the function containing the log call.

const char *file_name

The name of the source file containing the log call.

size_t line_number

The line number containing the log call.