# zx_debuglog_create ## NAME debuglog_create - TODO(ZX-3106) ## SYNOPSIS ``` #include zx_status_t zx_debuglog_create(zx_handle_t resource, uint32_t options, zx_handle_t* out); ``` ## DESCRIPTION TODO(ZX-3106) ## RIGHTS *resource* must have resource kind **ZX_RSRC_KIND_ROOT**. ## RETURN VALUE TODO(ZX-3106) ## ERRORS TODO(ZX-3106) ## SEE ALSO TODO(ZX-3106)