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.
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.
A logger with a small, extensible API which provides utility on top of Android's normal Log class.
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.
Lumberjack - a customisable file/notification/console logger for Timber (each functionality is packed into it's own module)
Streaming logs directly from your android phone as webserver. Supports different loggers with different log levels.
A simple Kotlin library for logging android and desktop projects.
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.
Features:
Library that adds logging to lifecycle methods of Activities and Fragments with an unobtrusive annotation.
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.
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 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).
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
Clog is logger implementation for the standard Android Log.
Annotation-triggered method call logging for your debug builds.
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.
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.
puree-android is a log collector which provides some features like below:
Puree helps you unify your logging infrastructure.
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.
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).
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.
Response logging interceptor for OkHttp. Logs a url link with url-encoded response for every OkHttp call.
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.