__android_log_vprint

Equivalent to __android_log_print, but taking a va_list. (If __android_log_print is like printf, this is like vprintf.)

version(Android)
extern (C) @system nothrow @nogc
int
__android_log_vprint
(
int prio
,
const(char)* tag
,
const(char)* fmt
,
va_list ap
)

Meta