Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Logging value of object in a short and pretty way.

  • Don't need to define TAG, It is automatically generated by FileName - ClassName - Method - [Message] Object (Value)
  • Log all field and value of given object
Aug 3, 2017

The libray support sfl4j for android platform at the moment not support Mapped Diagnostic Context (MDC) support.

Jan 24, 2017

Logger is a logging tool helps unify release log and debug log, with some little advanced usage.

Jan 2, 2017

Clog is logger implementation for the standard Android Log.

Dec 22, 2016

Simple Android library which filters Logs, for example by keeping only ERROR Logs in RELEASE mode.

Dec 7, 2016

Detect janky frames with Android Nougat FrameMetrics.

Nov 20, 2016

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

Oct 6, 2016

Log4j with the ability to send the logs to HTTP GET request's.

Aug 9, 2016

This library is meant to offer a wrapper around the standard Android Log.x methods in few distinct flavours. It gives you the possibility to have one logger that will use the same logging tag for the whole app and also the ability to quickly change the logging level for the whole app - you can go from debug to release by changing just one constant.

Apr 30, 2016

Simple aspect oriented annotation debugging library for Android development.

Nov 16, 2015

A method call logging based on dexposed.

Aug 21, 2015

A logging library for Android with focus on convenient usage and extensibility.

Aug 14, 2015

This library allows to manage debug logs.

Aug 11, 2015

Capture debug logging to a file that user can easily send to you via email.

May 5, 2015

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

An Android Logger with a lot of options for debugging that helps a lot to developers. You can easily add logs everywhere in your APP and manage showing them by limit them by Codes or by their Class name. It also will show you that logs was called from which file and which line, you also can see which class and which line called your current method.

Mar 24, 2015

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

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