Contents

os_signpost_id_make_with_pointer

Creates a signpost identifier that’s unique among signposts logging to the specified log, using a pointer value to generate the unique value.

Declaration

extern os_signpost_id_t os_signpost_id_make_with_pointer(os_log_t log, const void *ptr);

Discussion

Don’t use this function if the activity needs to cross process boundaries.

See Also

Creating a Signpost Identifier