aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-03-21 12:26:22 +0100
committerFederico Angelilli <code@fedang.net>2024-03-21 12:26:22 +0100
commitc16178223bf367192b7177d31429898ab56611a1 (patch)
treea2b69772b6141798c5af03405187fbf50d2dfe8f /test.c
parentb4f27babd327b828e5be34efd096b1e4b75a7766 (diff)
Add a way to select the output stream
Diffstat (limited to 'test.c')
-rw-r--r--test.c1
1 files changed, 1 insertions, 0 deletions
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));