aurorafw ~legacy (2022-03-26T02:55:31.6847697)
Dub
Repo
__android_log_write
aurorafw
android
platform
log
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
Source
See Implementation
aurorafw
android
platform
log
aliases
log_id_t
enums
android_LogPriority
log_id
functions
__android_log_assert
__android_log_buf_print
__android_log_buf_write
__android_log_print
__android_log_vprint
__android_log_write
Writes the constant string text to the log, with priority prio and tag tag.