From c16178223bf367192b7177d31429898ab56611a1 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Thu, 21 Mar 2024 12:26:22 +0100 Subject: Add a way to select the output stream --- test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test.c') diff --git a/test.c b/test.c index 6d364ae..d1b8976 100644 --- a/test.c +++ b/test.c @@ -15,6 +15,7 @@ int main() { + any_log_init(stdout, ANY_LOG_DEBUG); // Test any_log_level_to_string log_trace("ANY_LOG_PANIC = %s", any_log_level_to_string(ANY_LOG_PANIC)); -- cgit v1.2.3