A logger with a small, extensible API which provides utility on top of Android's normal Log class.
Annotation-triggered method call logging for your debug builds.
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.
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.
Just another logging framework. Multiple combinable logging classes. Combine local logging with rolling file logging with Crashlytics with NewRelic...
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.
puree-android is a log collector which provides some features like below:
Puree helps you unify your logging infrastructure.
Why?
Debug library provides a lot of useful information. For ex., Java file name as tag, method name and a line number where Debug function was called.
Also, it wraps String.format(), so you can create any message with nearly any quantity of variables to check at almost no pain (and time).
A Simple Log Tool.
An encapsulation of android.util.Log, which provides:
Do you have a library that needs some initial setup like an api key or credentials and without these the library won't work? Now you can use ArrowLogger to highlight this to the developers that use your library.
ArrowLogger allows you to manicly shake your hands infront of your users face and be like "Helllooo you missed this!".
Streaming logs directly from your android phone as webserver. Supports different loggers with different log levels.
Lumberjack - a customisable file/notification/console logger for Timber (each functionality is packed into it's own module)
A simple Kotlin library for logging android and desktop projects.
Library that adds logging to lifecycle methods of Activities and Fragments with an unobtrusive annotation.
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.
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.
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.
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.
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.
Response logging interceptor for OkHttp. Logs a url link with url-encoded response for every OkHttp call.
KTimber is Kotlin logging library based on JakeWharton's Timber library that brings some extra functionality:
You can also: