NuDB Logo

PrevUpHomeNext

basic_store::log_path

Return the path to the log file.

path_type const&
log_path() const;
Requirements

The database must be open.

Thread safety

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

Return Value

The log file path.


PrevUpHomeNext