Constant REPLAY_LOG_SUFFIX

Source
const REPLAY_LOG_SUFFIX: &str = ".bin";
Expand description

Replay log files have a .bin suffix.

The name of the file is determined by ReplayLogType::format_filename.