pengwei1024/LogUtils
More convenient and easy to use android Log manager observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4066
- days_rel: n/a
- days_push: 2578
- n_releases_24m: 0
Adoption not part of the score
1093 stars · 223 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LogUtils is an Android logging library that makes printing collections, system objects like Intent and Bundle, and call-site information easier than the default Log class. It supports global tag configuration, a no-op release variant, and high-performance file logging based on mmap via Log4a.
Use cases
- print lists, maps, and arrays in android logs
- log to a file on android with high performance
- show the calling method and line number in logcat
- disable logging in release builds with a no-op variant
- pretty-print android Intent, Bundle, and Message objects
- customize log tags globally in an android app
When to choose
- you want richer, more readable logs than android.util.Log in an Android app
- you need to persist logs to files efficiently on device
- you want debug-only logging that compiles out in release builds
When to avoid
- you are not developing for Android
- you need a structured or remote log aggregation solution
- you need a library with active maintenance or a clear license file
Facets
library · maturity maintenance
logging developer-tools android-tools developer-tools mobile-development jvm logcat file-logging mmap android-log no-op-release android mobile
1 source
- readme: https://github.com/pengwei1024/LogUtils · fetched 2026-08-28 · b92fcd93a7fb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pengwei1024/LogUtils | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="pengwei1024/LogUtils")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem