std.android.log

Logcat-Ausgabe über android_log_print. Nachrichten erscheinen im Android Studio Logcat-Fenster und können mit adb logcat abgerufen werden. → std.android · std.log —- ===== Funktionen ===== ^ Signatur ^ Sichtbarkeit ^ Beschreibung ^ | LogV(tag: pchar, msg: pchar): int64 | pub | Public log functions. Same signature surface as liblog's __android_log_print fixed-priority wrappers. | | LogD(tag: pchar, msg: pchar): int64 | pub | — | | LogI(tag: pchar, msg: pchar): int64 | pub | — | | LogW(tag: pchar, msg: pchar): int64 | pub | — | | LogE(tag: pchar, msg: pchar): int64 | pub | — | | LogF(tag: pchar, msg: pchar): int64 | pub | — | | LogPrio(prio: int64, tag: pchar, msg: pchar): int64 | pub | Explicit-priority variant for callers that compute the level at runtime. | —- Signaturen automatisch aus std/android/log.lyx erzeugt (Stand 2026-08-02, lyxc 1.0.21A). Beschreibungen stammen aus den Quellkommentaren und sind teilweise unvollständig.