NuDB Logo

PrevUpHomeNext

basic_store::log_path

Return the path to the log file.

Synopsis
path_type const&
log_path() const;
Description
Requirements

The database must be open.

Thread safety

Safe to call concurrently with any function except basic_store::open or basic_store::close.

Return Value

The log file path.


PrevUpHomeNext