table of contents
| libnvme_set_logging_file(9) | libnvme API manual | libnvme_set_logging_file(9) |
NAME¶
libnvme_set_logging_file - Set the log output file for the global context
SYNOPSIS¶
void libnvme_set_logging_file (struct libnvme_global_ctx *ctx , FILE *fp );
ARGUMENTS¶
DESCRIPTION¶
Sets the file descriptor used for log output. Passing NULL reverts to the default (stderr).
| libnvme_set_logging_file | July 2026 |