diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-21 12:26:22 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-21 12:26:22 +0100 |
| commit | c16178223bf367192b7177d31429898ab56611a1 (patch) | |
| tree | a2b69772b6141798c5af03405187fbf50d2dfe8f /test.c | |
| parent | b4f27babd327b828e5be34efd096b1e4b75a7766 (diff) | |
Add a way to select the output stream
Diffstat (limited to 'test.c')
| -rw-r--r-- | test.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)); |
