From e8314106693e3aeee8b5e4834fc47ddaa02efaef Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Mon, 22 Jun 2015 11:30:23 +0000 Subject: log: Introduced stderr log handler This handler redirects stderr output to a pipe and gathers logs from the read end. The handler is called from main loop, therefore, if a function prints logs to stderr they will be put to log file only after function returns. --- tests/unittests/log/stub_log.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/unittests/log') diff --git a/tests/unittests/log/stub_log.c b/tests/unittests/log/stub_log.c index c25057d8..bf9d6975 100644 --- a/tests/unittests/log/stub_log.c +++ b/tests/unittests/log/stub_log.c @@ -49,6 +49,10 @@ log_level_t log_level_from_string(char *log_level) return (log_level_t)mock(); } +void log_stderr_init(log_level_t level) {} +void log_stderr_close(void) {} +void log_stderr_handler(void) {} + void chat_log_init(void) {} void chat_log_msg_out(const char * const barejid, const char * const msg) {} -- cgit 1.4.1-2-gfad0