Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "duk_internal.h"
Go to the source code of this file.
Functions | |
DUK_EXTERNAL void | duk_log_va (duk_context *ctx, duk_int_t level, const char *fmt, va_list ap) |
DUK_EXTERNAL void | duk_log (duk_context *ctx, duk_int_t level, const char *fmt,...) |
DUK_EXTERNAL void duk_log | ( | duk_context * | ctx, |
duk_int_t | level, | ||
const char * | fmt, | ||
... ) |
Definition at line 44 of file duktape-1.5.2/src-separate/duk_api_logging.c.
References DUK_ASSERT_CTX_VALID, and duk_log_va().
DUK_EXTERNAL void duk_log_va | ( | duk_context * | ctx, |
duk_int_t | level, | ||
const char * | fmt, | ||
va_list | ap ) |
Definition at line 11 of file duktape-1.5.2/src-separate/duk_api_logging.c.
References DUK_ASSERT_CTX_VALID, DUK_BIDX_LOGGER_CONSTRUCTOR, duk_call_method(), duk_dup(), duk_get_prop_stridx(), duk_pop_3(), duk_push_hobject_bidx(), duk_push_vsprintf(), DUK_STRIDX_CLOG, DUK_STRIDX_LC_DEBUG, DUK_STRIDX_LC_ERROR, DUK_STRIDX_LC_FATAL, DUK_STRIDX_LC_INFO, DUK_STRIDX_LC_TRACE, and DUK_STRIDX_LC_WARN.
Referenced by duk_log().