ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
logging.c File Reference

🧪 Test utilities for logging: stdout/stderr redirection and capture helpers More...

Go to the source code of this file.

Functions

int test_logging_disable (bool disable_stdout, bool disable_stderr)
 Disable stdout/stderr output for quiet test execution.
 
int test_logging_restore (void)
 Restore stdout/stderr output after test logging disable.
 
bool test_logging_is_disabled (void)
 Check if logging is currently disabled.
 

Detailed Description

🧪 Test utilities for logging: stdout/stderr redirection and capture helpers

Definition in file tests/logging.c.