__android_log_write

Writes the constant string text to the log, with priority prio and tag tag.

version(Android)
extern (C) @system nothrow @nogc
int
__android_log_write
(
int prio
,
const(char)* tag
,
const(char)* text
)

Meta