gobj_trace_dump_full_gbuf()
#
Logs a full hexdump of the given gbuffer_t *
including all written data.
Prototype
void gobj_trace_dump_full_gbuf(
hgobj gobj,
gbuffer_t *gbuf,
const char *fmt,
...
);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
The |
|
|
The |
|
|
A format string for additional log message details. |
|
|
Additional arguments for the format string. |
Return Value
This function does not return a value.
Notes
Unlike gobj_trace_dump_gbuf()
, this function logs the entire buffer, not just a chunk.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples