#pragma once namespace floormat { bool is_log_quiet(); bool is_log_verbose(); bool is_log_standard(); } // namespace floormat