1# zx_debuglog_read
2
3## NAME
4
5<!-- Updated by update-docs-from-abigen, do not edit. -->
6
7debuglog_read - TODO(ZX-3106)
8
9## SYNOPSIS
10
11<!-- Updated by update-docs-from-abigen, do not edit. -->
12
13```
14#include <zircon/syscalls.h>
15
16zx_status_t zx_debuglog_read(zx_handle_t handle,
17                             uint32_t options,
18                             void* buffer,
19                             size_t buffer_size);
20```
21
22## DESCRIPTION
23
24TODO(ZX-3106)
25
26## RIGHTS
27
28<!-- Updated by update-docs-from-abigen, do not edit. -->
29
30*handle* must be of type **ZX_OBJ_TYPE_LOG** and have **ZX_RIGHT_READ**.
31
32## RETURN VALUE
33
34TODO(ZX-3106)
35
36## ERRORS
37
38TODO(ZX-3106)
39
40## SEE ALSO
41
42
43TODO(ZX-3106)
44