Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

logback-android brings the power of logback to Android. This library provides a highly configurable logging framework for Android apps, supporting multiple log destinations simultaneously.

Jul 5, 2014

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

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

Jul 5, 2014

Android wrapper for logging information.

Dec 25, 2016

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

Lumberjack - a customisable file/notification/console logger for Timber (each functionality is packed into it's own module)

Nov 5, 2016

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

Apr 13, 2019

A simple Kotlin library for logging android and desktop projects.

Sep 8, 2020

An android/kotlin RxJava based advanced logging framework. All logs are saved to files in storage path provided. These logs are helpful when developer wants to analyze user activities within the app. A new log file is created every hour on a user event. These logs can be filtered and sorted easily. Logs can easily be exported as zip file base on filter type. This zip file can be uploaded to server easily. PLogs also provide functionality to log separate data logs. These logs can be for a specific event with the app. For example they can be used to log location events of users, so that file will only contain location logs.

Jan 4, 2018

Features:

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

Library that adds logging to lifecycle methods of Activities and Fragments with an unobtrusive annotation.

Jul 1, 2019

Jambo is an open source remote logging library. For those who would like to see their logs remotely on their android device Jambo is the library for you. Jambo installs a separate debug app for intercepting all logs called with the Jambo class.

Feb 28, 2024

Herald provides a very simple way to initialize logger objects and does all magic for you. You can annotate any field of some class with a @Log annotation to let Herald inject suitable logger in this field. It does not matter whether it is a static field or not.

Jun 25, 2015

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

Tiny, lightweight, informative and very useful logger for Android. You don't need to define TAG. It is automatically generated and include file name, method, line number and of course the link to the code. Logging an activity lifecycle calls, changes of the fragments stack. LongLog for possibility print to LogCat very long messages. Log Interceptor for store a log messages anywhere. Current version 1.4.6

Apr 12, 2018

Simple, pretty and powerful logger for Android.

Mar 22, 2015

Error Tracing is FUN!

Apr 25, 2022

Clog is logger implementation for the standard Android Log.

Dec 22, 2016

Annotation-triggered method call logging for your debug builds.

Jul 5, 2014

Android console implementation.

Jul 19, 2016

This is a simple library that will allow Android apps or library to store log into database so that developer can pull the logs from the database into File or push the logs to your remote server for debugging purpose. Want to know more on this and wondering why you should prefer using this library over doing it yourself.

Dec 20, 2017

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

External logger library for android applications. You can save logs in any component in your app (Activity, Service, Fragment). The data will be stored in memory even after exiting the application or turning off the device. You can access the information at any time, export the data to an email, to a text file or to a server. The data can be accessed by the tag filter, text, or log creation time. The data will be deleted by a function under your control.

Dec 17, 2018

puree-android is a log collector which provides some features like below:

  • Filtering: Enable to interrupt process before sending log. You can add common params to logs, or the sampling of logs.
  • Buffering: Store logs to buffer until log was sent.
  • Batching: Enable to send logs by 1 request.
  • Retrying: Retry to send logs after buckoff time automatically if sending logs fails.

Puree helps you unify your logging infrastructure.

Nov 26, 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 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

Useful logger for Android based on standard android.util.Log class. Simple lightweight (< 50 Kb) implementation of SLF4J API. Easy but powerful configuration via properties file and some additional helpful logging methods. Easy analogue of popular log4j library.

Oct 27, 2014

A log library focused on high extensibility.

Dec 19, 2016

Response logging interceptor for OkHttp. Logs a url link with url-encoded response for every OkHttp call.

Apr 30, 2016

Android UI Automator to JUnit Format Converter.

Reads Android UI automator file outout and write a JUNIT Xml file. For example for usage in CI server as Jenkins.

Jan 12, 2015