#include #include ASL_TEST(log) { asl::log::log(asl::log::kInfo, asl::source_location{}, "Hello, {}!", "world"_sv); ASL_LOG_ERROR("Oh no! {}", 42); }