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 ctx struct libnvme_global_ctx object fp File stream to write log messages to, or NULL to use stderr DESCRIPTION Sets the file descriptor used for log output. Passing NULL reverts to the default (stderr). September 2026 libnvme_set_logging_file libnvme_set_logging_file(9)