#pragma once // `max_log_size` must be divisible by `pre_alloc` constexpr auto max_log_size = 100; constexpr auto pre_alloc = 10;