I want to write a function for any number of parameters,
inline void show_log(const char* s) { std::cout << s << std::endl; }