android.log

Undocumented in source.

Members

Enums

android_LogPriority
enum android_LogPriority
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

LOGD
void LOGD(const(char)* fmt, S args)
Undocumented in source. Be warned that the author may not have intended to support it.
LOGE
void LOGE(const(char)* fmt, S args)
Undocumented in source. Be warned that the author may not have intended to support it.
LOGI
void LOGI(const(char)* fmt, S args)
Undocumented in source. Be warned that the author may not have intended to support it.
LOGV
void LOGV(const(char)* fmt, S args)
Undocumented in source. Be warned that the author may not have intended to support it.
LOGW
void LOGW(const(char)* fmt, S args)
Undocumented in source. Be warned that the author may not have intended to support it.
__android_log_assert
void __android_log_assert(const(char)* cond, const(char)* tag, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__android_log_print
int __android_log_print(int prio, const(char)* tag, const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__android_log_vprint
int __android_log_vprint(int prio, const(char)* tag, const(char)* fmt, va_list ap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__android_log_write
int __android_log_write(int prio, const(char)* tag, const(char)* text)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

ANDROID_LOG_TAG
const(char)* ANDROID_LOG_TAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta