# pengwei1024/LogUtils

More convenient and easy to use android Log manager

Repository: https://github.com/pengwei1024/LogUtils
Canonical: https://ross.abutalabs.com/products/logutils
Language: Java
License Family: other
Topics: android, log, logutils, logger, java, logcat, filelog, filelogger
Last push: 2019-08-12T13:06:34+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4066, "days_push": 2578, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1093, forks 223 (observed 2026-08-28T04:03:33.638548+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: logging, developer-tools
- domain: android-tools, developer-tools, mobile-development
- platform: jvm
- tags: logcat, file-logging, mmap, android-log, no-op-release, android, mobile

## Member repositories
- pengwei1024/LogUtils (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:33.638548+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:48:57.891141+00:00, confidence not recorded.
  - readme: https://github.com/pengwei1024/LogUtils (fetched 2026-08-28T04:03:33.638548+00:00, sha b92fcd93a7fb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
