pub fn log_file_name(dbname: &String, number: u64) -> String
Expand description

| Return the name of the log file with the | specified number in the db named by “dbname”. | | The result will be prefixed with “dbname”. |