env_log.c File Reference
#include "Envision/env_log.h"
Go to the source code of this file.
Functions |
void | env_assert (const char *what, int custom_msg, const char *where, int line_no) |
void | env_assert_set_handler (env_assert_handler __attribute__((noreturn))*handler) |
Variables |
static env_assert_handler * | g_assert_handler = 0 |
Detailed Description
Interface to syslog
Definition in file env_log.c.