Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Android wrapper for logging information.

Dec 25, 2016

Features:

  • Make log process easier
  • Logs with scope (and tag)
  • Reduced boilerplate
  • Purely written in Java
  • Integrate with others Log system
Jan 18, 2024
Advertisement

The Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks (e.g. java.util.logging, logback, log4j) allowing the end user to plug in the desired logging framework at deployment time.

Jul 5, 2014

This library is based on the official slf4j-android implementation but with some differences. It does not use the classname as the log tag but instead appends it after the message. It also appends the line number and current thread. Configuration of the log tag is done through a properties file (logger.properties).

Jul 5, 2014

SLF4J binding for Jake Wharton's Timber logging library.

Jul 5, 2014

SLF4J binding for Timber - a logger with a small, extensible API which provides utility on top of Android's normal Log class.

The motivation of this project was to ease using existing libraries which use SLF4J as their logging framework on the Google Android platform in combination with Timber logging utility.

Jan 4, 2018

This is a library that allows pure Java / Kotlin modules or libraries using SLF4J as their logging framework to bridge on the Google Android platform in combination with Jake Wharton's Timber logging utility.

It's based on the patrickfav/slf4j-timber project with a modern take using Kotlin and the latest version of SLF4J (currently v2.0.0 which relies on ServiceLoader mechanism instead of the static binder mechanism as described here).

Mar 3, 2024

Encrypted logging made great again.

Specialized Logger is an Android library that provides you flexibility and reliability when logging. It comes with a simple to use logger as well as an encrypted logger for commercial products.

May 18, 2017

Streaming logs directly from your android phone as webserver. Supports different loggers with different log levels.

Apr 13, 2019

A logger with a small, extensible API which provides utility on top of Android's normal Log class.

Jul 5, 2014
Advertisement

Log to a sql database for debugging. View the logs in-app with the LogViewerActivity.

Oct 6, 2016

TimberLorry is a log collector without data loss (e.g. reboot, exit application). Library stores logs in the buffer (internal database by default), and periodically sends it to an endpoint. If no internet connection available, the periodical work will not be executed.

Apr 2, 2015

This library allows to manage debug logs.

Aug 11, 2015

Error Tracing is FUN!

Apr 25, 2022

Trail is a simple logging system for Java and Android. Create logs using the same API and the library will detect automatically in which platform the code is running.

May 2, 2015

A method call logging based on dexposed.

Aug 21, 2015

Simple and pretty, powerful and flexible logger for android and java, can concurrently print the log to multiple target like Logcat, System.out and File, or even Server (or anywhere) if you like.

Nov 13, 2016

Super-simple, drop-in replacement for android.util.Log with automatic level exclusion.

May 11, 2018