PMDK man page

libpmemset

NAME
SYNOPSIS
DESCRIPTION
DEBUGGING
SEE ALSO

NAME

libpmemset - provides core functionality any persistent application should reasonably have (EXPERIMENTAL)

SYNOPSIS

#include <libpmemset.h>
cc ... -lpmemset -lpmem2

DESCRIPTION

libpmemset is still in progress.

DEBUGGING

Value assigned to the PMEMSET_LOG_LEVEL controls the level of log details presented in the debug version of the library, as follows:

Unless PMEMSET_LOG_FILE is set, debugging output is written to stderr.

Specifies the name of a file where all logging information should be written. If PMEMSET_LOG_FILE is not set, output is written to stderr.

SEE ALSO

https://pmem.io